Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
0112fd6b
Commit
0112fd6b
authored
Feb 01, 2000
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-tentative de sauvetage de la synchro.
parent
d8fe284a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+2
-2
src/video_parser/vpar_synchro.c
src/video_parser/vpar_synchro.c
+1
-1
No files found.
Makefile
View file @
0112fd6b
...
...
@@ -14,9 +14,9 @@
#SHELL=/bin/sh
# Video output settings
VIDEO
=
X11
#
VIDEO=X11
#VIDEO=DGA (not yet supported)
#
VIDEO=FB
VIDEO
=
FB
#VIDEO=GGI
#VIDEO=BEOS (not yet supported)
...
...
src/video_parser/vpar_synchro.c
View file @
0112fd6b
...
...
@@ -444,10 +444,10 @@ void vpar_SynchroTrash( vpar_thread_t * p_vpar, int i_coding_type,
{
p_vpar
->
synchro
.
kludge_nbframes
=
0
;
p_vpar
->
synchro
.
kludge_date
=
DECODER_FIFO_START
(
p_vpar
->
fifo
)
->
i_pts
;
DECODER_FIFO_START
(
p_vpar
->
fifo
)
->
b_has_pts
=
0
;
}
else
p_vpar
->
synchro
.
kludge_nbframes
++
;
DECODER_FIFO_START
(
p_vpar
->
fifo
)
->
b_has_pts
=
0
;
}
void
vpar_SynchroDecode
(
vpar_thread_t
*
p_vpar
,
int
i_coding_type
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment