Commit 7deac3a3 authored by Gildas Bazin's avatar Gildas Bazin

* include/vlc_config.h: backport of #11279.

parent dee6a82b
...@@ -189,7 +189,7 @@ ...@@ -189,7 +189,7 @@
/* Pictures which are VOUT_BOGUS_DELAY or more in advance probably have /* Pictures which are VOUT_BOGUS_DELAY or more in advance probably have
* a bogus PTS and won't be displayed */ * 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 */ /* Delay (in microseconds) before an idle screen is displayed */
#define VOUT_IDLE_DELAY (5*CLOCK_FREQ) #define VOUT_IDLE_DELAY (5*CLOCK_FREQ)
......
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