]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Moved VOUT_MIN_DIRECT_PICTURES to src/video_output.
[vlc] / include / vlc_config.h
index c61b52f850adafe2e43373a137d3e2c6482ccbad..496b883fed867c6be233604fa66e70b0e1f7aea5 100644 (file)
  * (~1 Mbyte) before using huge values */
 #define VOUT_MAX_PICTURES              16
 
-/* Minimum number of direct pictures the video output will accept without
- * creating additional pictures in system memory */
-#define VOUT_MIN_DIRECT_PICTURES        12
-
 /* Statistics are displayed every n loops (=~ pictures) */
 #define VOUT_STATS_NB_LOOPS             100