Commit d74e28e8 authored by Laurent Aimar's avatar Laurent Aimar

Added VLC_TS_0.

It can be used to explicitly identify +1 hack in demuxer codes for
easier later removal.
parent 4d269a64
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment