From: Gildas Bazin Date: Sat, 4 Jun 2005 11:57:21 +0000 (+0000) Subject: * include/vlc_config.h: backport of #11279. X-Git-Tag: 0.8.2~105 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7deac3a38486f1a3bba4e7a9f3eb271b172ae6f8;p=vlc * include/vlc_config.h: backport of #11279. --- diff --git a/include/vlc_config.h b/include/vlc_config.h index 4ec6edb3f7..48662b28ba 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -189,7 +189,7 @@ /* 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)