[vlc-devel] [PATCH 09/11] vlc_input_item: remove unused INPUT_DURATION_INVALID
Steve Lhomme
robux4 at ycbcr.xyz
Tue Jul 24 15:52:29 CEST 2018
---
include/vlc_input_item.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index eae1bd38ab..20ef286962 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -107,7 +107,6 @@ struct input_item_t
preparsing.*/
};
-#define INPUT_DURATION_INVALID VLC_TICK_INVALID
#define INPUT_DURATION_ZERO 0 /* temporary duration until it is known */
#define INPUT_DURATION_UNKNOWN (-1) /* a duration that will never be known */
--
2.17.0
More information about the vlc-devel
mailing list