]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
demux: ts: rewrite/split IOD parsing
[vlc] / include / vlc_config.h
index de36a931b01938e487e9d0bc2e044cc9f50910dd..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)
 
 /* Used in ErrorThread */
 #define INPUT_IDLE_SLEEP                (CLOCK_FREQ/10)
 
-/* Number of read() calls needed until we check the file size through
- * fstat() */
-#define INPUT_FSTAT_NB_READS            16
-
 /*
  * General limitations
  */