[vlc-devel] [PATCH] video output: remove unused VOUT_MAX_PICTURES
Steve Lhomme
robux4 at ycbcr.xyz
Mon Oct 28 13:19:36 CET 2019
---
src/video_output/vout_internal.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/video_output/vout_internal.h b/src/video_output/vout_internal.h
index f8b3c3980cd..a8acb7a97b8 100644
--- a/src/video_output/vout_internal.h
+++ b/src/video_output/vout_internal.h
@@ -35,14 +35,6 @@
#include "../clock/clock.h"
#include "../input/input_internal.h"
-/* It should be high enough to absorbe jitter due to difficult picture(s)
- * to decode but not too high as memory is not that cheap.
- *
- * It can be made lower at compilation time if needed, but performance
- * may be degraded.
- */
-#define VOUT_MAX_PICTURES (20)
-
/**
* Vout configuration
*/
--
2.17.1
More information about the vlc-devel
mailing list