[vlc-devel] [PATCH 8/8] config: remove unused and outdated VOUT_OUTMEM_SLEEP
Steve Lhomme
robux4 at ycbcr.xyz
Tue Jul 28 11:08:41 CEST 2020
---
include/vlc_config.h | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/include/vlc_config.h b/include/vlc_config.h
index 6df17174832..8011fd0f985 100644
--- a/include/vlc_config.h
+++ b/include/vlc_config.h
@@ -85,15 +85,5 @@
/* Number of planes in a picture */
#define VOUT_MAX_PLANES 5
-/*
- * Time settings
- */
-
-/* Time to sleep when waiting for a buffer (from vout or the video fifo).
- * It should be approximately the time needed to perform a complete picture
- * loop. Since it only happens when the video heap is full, it does not need
- * to be too low, even if it blocks the decoder. */
-#define VOUT_OUTMEM_SLEEP VLC_TICK_FROM_MS(20)
-
/* The default video output window title */
#define VOUT_TITLE "VLC"
--
2.26.2
More information about the vlc-devel
mailing list