X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config.h;h=3617fa7c3998b09702958235404239d178107799;hb=709f415cdf024f565f16df51d1c0378356f23070;hp=1293190361a7ad678aa7ef9f69cd473f3520a94f;hpb=db57d038feca775de1cded87d148602ae1568395;p=vlc diff --git a/include/vlc_config.h b/include/vlc_config.h index 1293190361..3617fa7c39 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -115,7 +115,7 @@ /* 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 */