]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Renamed BLOCK_TS_INVALID to VLC_TS_INVALID and put it in vlc_config.h
[vlc] / include / vlc_config.h
index 496b883fed867c6be233604fa66e70b0e1f7aea5..77709e7306c78fddb46086a1396df733697b8acd 100644 (file)
  * General configuration
  *****************************************************************************/
 
-#define CLOCK_FREQ 1000000
+/* 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 CLOCK_FREQ 1000000
 
 /* When creating or destroying threads in blocking mode, delay to poll thread
  * status */