]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Add intf-vcd.txt to distribution and installed documentation.
[vlc] / include / vlc_config.h
index 5e2395ce90ee992d444babe4b1023d992e410956..ba1c2e4c1c3e4a9c6a515e4635f7ceaced1009a7 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
  * joined. */
 #define VOUT_MAX_AREAS                  5
 
-/* Default fonts */
-#define VOUT_DEFAULT_FONT               "default8x9.psf"
-#define VOUT_LARGE_FONT                 "default8x16.psf"
-
 /* Statistics are displayed every n loops (=~ pictures) */
 #define VOUT_STATS_NB_LOOPS             100