]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
* Audio volume management now works properly. See src/audio_output/intf.c
[vlc] / include / vlc_config.h
index 08b354ea687c5421444c1e913083be53f4d2a327..e04f4c2e0aa9bc4362a1f8cb06c50577a98eca18 100644 (file)
 
 /* Duration between the time we receive the data packet, and the time we will
  * mark it to be presented */
-#define DEFAULT_PTS_DELAY               (mtime_t)(.2*CLOCK_FREQ)
+#define DEFAULT_PTS_DELAY               (mtime_t)(.3*CLOCK_FREQ)
 
 /* DVD and VCD devices */
 #ifndef WIN32