Commit 0112fd6b authored by Christophe Massiot's avatar Christophe Massiot

Re-tentative de sauvetage de la synchro.

parent d8fe284a
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#SHELL=/bin/sh #SHELL=/bin/sh
# Video output settings # Video output settings
VIDEO=X11 #VIDEO=X11
#VIDEO=DGA (not yet supported) #VIDEO=DGA (not yet supported)
#VIDEO=FB VIDEO=FB
#VIDEO=GGI #VIDEO=GGI
#VIDEO=BEOS (not yet supported) #VIDEO=BEOS (not yet supported)
......
...@@ -444,10 +444,10 @@ void vpar_SynchroTrash( vpar_thread_t * p_vpar, int i_coding_type, ...@@ -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_nbframes = 0;
p_vpar->synchro.kludge_date = DECODER_FIFO_START(p_vpar->fifo)->i_pts; p_vpar->synchro.kludge_date = DECODER_FIFO_START(p_vpar->fifo)->i_pts;
DECODER_FIFO_START(p_vpar->fifo)->b_has_pts = 0;
} }
else else
p_vpar->synchro.kludge_nbframes++; 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, void vpar_SynchroDecode( vpar_thread_t * p_vpar, int i_coding_type,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment