]> git.sesse.net Git - vlc/commitdiff
Tuned constants, since it seems to make people happy.
authorChristophe Massiot <massiot@videolan.org>
Tue, 24 Jul 2001 12:03:00 +0000 (12:03 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 24 Jul 2001 12:03:00 +0000 (12:03 +0000)
src/video_decoder/vpar_synchro.c

index 997a88f08949cf69f66589f47005ddf4882de03d..283336d20ca25c97ab2ac3cbba3e41dd2b5412ff 100644 (file)
@@ -2,7 +2,7 @@
  * vpar_synchro.c : frame dropping routines
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: vpar_synchro.c,v 1.3 2001/07/18 14:21:00 massiot Exp $
+ * $Id: vpar_synchro.c,v 1.4 2001/07/24 12:03:00 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Samuel Hocevar <sam@via.ecp.fr>
 static int  SynchroType( void );
 
 /* Error margins */
-#define DELTA                   (int)(0.040*CLOCK_FREQ)
+#define DELTA                   (int)(0.075*CLOCK_FREQ)
 
 #define DEFAULT_NB_P            5
 #define DEFAULT_NB_B            1