]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms, it avoids a lot of
[vlc] / include / vlc_config.h
index 5e2395ce90ee992d444babe4b1023d992e410956..693d4b3bb9f57a46d15d15cbeced20929935afab 100644 (file)
 
 /* 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