Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
This commit is contained in:
Jean-Paul Saman 2008-03-05 08:27:05 +01:00
parent 30215f259f
commit f02ad4c6d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 */