]> git.sesse.net Git - vlc/commitdiff
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 5 Mar 2008 07:27:05 +0000 (08:27 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 5 Mar 2008 07:41:36 +0000 (08:41 +0100)
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
include/vlc_config.h

index 1293190361a7ad678aa7ef9f69cd473f3520a94f..3617fa7c3998b09702958235404239d178107799 100644 (file)
 
 /* Buffers which arrive in advance of more than AOUT_MAX_ADVANCE_TIME
  * will be considered as bogus and be trashed */
-#define AOUT_MAX_ADVANCE_TIME           (mtime_t)(DEFAULT_PTS_DELAY * 3)
+#define AOUT_MAX_ADVANCE_TIME           (mtime_t)(DEFAULT_PTS_DELAY * 5)
 
 /* Buffers which arrive in advance of more than AOUT_MAX_PREPARE_TIME
  * will cause the calling thread to sleep */