[vlc-devel] [PATCH 6/9] vlc_input_item: set INPUT_DURATION_ZERO explicitly to 0

Steve Lhomme robux4 at ycbcr.xyz
Fri Jul 6 15:01:32 CEST 2018


---
 include/vlc_input_item.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 33f8b7fc99..26458b3f54 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -107,7 +107,7 @@ struct input_item_t
                                           preparsing.*/
 };
 
-#define INPUT_DURATION_ZERO   VLC_TICK_INVALID
+#define INPUT_DURATION_ZERO        (0)
 #define INPUT_DURATION_UNKNOWN     (-1)
 
 enum input_item_type_e
-- 
2.17.0



More information about the vlc-devel mailing list