]> git.sesse.net Git - vlc/blobdiff - include/config.h.in
More stats.
[vlc] / include / config.h.in
index 94b7e6d61e5b4e37875d84b0d6c9741b8f62ca71..f94ca152b6df14222fd698ac0879d596bf6e172a 100644 (file)
 #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
+
 /*
  * Time settings
  */
 /* Maximum range of values out of the IDCT + motion compensation. */
 #define VDEC_CROPRANGE                  2048
 
+/* Nice increments for decoders -- necessary for x11 scheduling */
+#define VDEC_NICE                                              3
+
 /*****************************************************************************
  * Generic decoder configuration
  *****************************************************************************/