Commit 1a923219 authored by Laurent Aimar's avatar Laurent Aimar

* vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of

resampling with some files while keeping good synchronisation.
 Anybody has an idea of the maximum desynchronisation between audio and
video that still be imperceptible ?
parent d0bcad32
......@@ -158,7 +158,7 @@
/* Max acceptable delay between the coded PTS and the actual presentation
* time, without resampling */
#define AOUT_PTS_TOLERANCE (mtime_t)(.02*CLOCK_FREQ)
#define AOUT_PTS_TOLERANCE (mtime_t)(.04*CLOCK_FREQ)
/* Max acceptable resampling (in %) */
#define AOUT_MAX_RESAMPLING 10
......
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