]> git.sesse.net Git - vlc/commitdiff
Re-tentative de sauvetage de la synchro.
authorChristophe Massiot <massiot@videolan.org>
Tue, 1 Feb 2000 01:37:18 +0000 (01:37 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 1 Feb 2000 01:37:18 +0000 (01:37 +0000)
Makefile
src/video_parser/vpar_synchro.c

index 5e1bdbf944d35ac638cb9a6743599f813c42f466..650ab7d2482c99623be77a3c9e287c922de8bc97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)
 
index 513354aaa406f185a6c26a56f1b32d3f2b18a857..dfa6288fd7303f37c0678ec4de8d3f33f4ee3368 100644 (file)
@@ -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,