[vlc-devel] commit: Added VLC_TS_0. (Laurent Aimar )

git version control git at videolan.org
Mon Dec 21 00:02:29 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Dec 20 20:12:34 2009 +0100| [d74e28e8596db92cdd1d6dd9289b222f5776245f] | committer: Laurent Aimar 

Added VLC_TS_0.

It can be used to explicitly identify +1 hack in demuxer codes for
easier later removal.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d74e28e8596db92cdd1d6dd9289b222f5776245f
---

 include/vlc_config.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_config.h b/include/vlc_config.h
index 855f5ec..1e5a1aa 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)
 




More information about the vlc-devel mailing list