]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Fix compilation
[vlc] / include / vlc_config.h
index d795cb2608148bac3e21eb987d712de60d87e5e2..496b883fed867c6be233604fa66e70b0e1f7aea5 100644 (file)
 
 /* Video heap size - remember that a decompressed picture is big
  * (~1 Mbyte) before using huge values */
-#define VOUT_MAX_PICTURES               8
-
-/* Minimum number of direct pictures the video output will accept without
- * creating additional pictures in system memory */
-#define VOUT_MIN_DIRECT_PICTURES        6
-
-/* Number of simultaneous subpictures */
-#define VOUT_MAX_SUBPICTURES            8
+#define VOUT_MAX_PICTURES              16
 
 /* Statistics are displayed every n loops (=~ pictures) */
 #define VOUT_STATS_NB_LOOPS             100