]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Added VLC_TS_0.
[vlc] / include / vlc_config.h
index 855f5ec7c65ad8a25650f1bc69ca82a2295c0013..1e5a1aa6c0fdaaae973272909d463b1995e90638 100644 (file)
@@ -41,6 +41,7 @@
 /* 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 CLOCK_FREQ INT64_C(1000000)