From d74e28e8596db92cdd1d6dd9289b222f5776245f Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 20 Dec 2009 20:12:34 +0100 Subject: [PATCH] Added VLC_TS_0. It can be used to explicitly identify +1 hack in demuxer codes for easier later removal. --- include/vlc_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vlc_config.h b/include/vlc_config.h index 855f5ec7c6..1e5a1aa6c0 100644 --- a/include/vlc_config.h +++ b/include/vlc_config.h @@ -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) -- 2.39.2