[vlc-devel] commit: Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream . (Jean-Paul Saman )
git version control
git at videolan.org
Sun Jun 1 19:54:05 CEST 2008
vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Wed Mar 5 08:27:05 2008 +0100| [08170e70a51192b7dcbfda70b50dce04afc48d04]
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 at videolan.org>
(cherry picked from commit f02ad4c6d8dac88cd5411ca99072f8f862462cb9)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08170e70a51192b7dcbfda70b50dce04afc48d04
---
include/vlc_config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_config.h b/include/vlc_config.h
index 966b151..bf14def 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -117,7 +117,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 */
More information about the vlc-devel
mailing list