]> git.sesse.net Git - vlc/commitdiff
Added VLC_TS_0.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 20 Dec 2009 19:12:34 +0000 (20:12 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 20 Dec 2009 22:23:26 +0000 (23:23 +0100)
It can be used to explicitly identify +1 hack in demuxer codes for
easier later removal.

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)