]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
demux: ts: rewrite/split IOD parsing
[vlc] / include / vlc_config.h
index c1cf96ca29d7a1c1e90fc1ce3505376c4d7c4464..50b488742ef12b110e3d535fdda537aa9dfb1383 100644 (file)
@@ -40,8 +40,8 @@
 
 /* All timestamp below or equal to this define are invalid/unset
  * XXX the numerical value is 0 because of historical reason and will change.*/
-#define VLC_TS_INVALID (0)
-#define VLC_TS_0 (1)
+#define VLC_TS_INVALID INT64_C(0)
+#define VLC_TS_0 INT64_C(1)
 
 #define CLOCK_FREQ INT64_C(1000000)