]> git.sesse.net Git - vlc/commitdiff
* include/vlc_config.h: VOUT_BOGUS_DELAY was way too low, which triggered continuous...
authorGildas Bazin <gbazin@videolan.org>
Sat, 4 Jun 2005 11:55:40 +0000 (11:55 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 4 Jun 2005 11:55:40 +0000 (11:55 +0000)
include/vlc_config.h

index 4ec6edb3f7ed6ab3004e4a9a3bd478bc4f8bf23a..48662b28ba8e7518adc693e3000852c724f56207 100644 (file)
 
 /* Pictures which are VOUT_BOGUS_DELAY or more in advance probably have
  * a bogus PTS and won't be displayed */
-#define VOUT_BOGUS_DELAY                ((mtime_t)(DEFAULT_PTS_DELAY * 3))
+#define VOUT_BOGUS_DELAY                ((mtime_t)(DEFAULT_PTS_DELAY * 30))
 
 /* Delay (in microseconds) before an idle screen is displayed */
 #define VOUT_IDLE_DELAY                 (5*CLOCK_FREQ)