]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Add a small help text to the alsa access.
[vlc] / include / vlc_config.h
index 4f27caf681be31843912f889683b3cec7966e5f9..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)
 
  * (~1 Mbyte) before using huge values */
 #define VOUT_MAX_PICTURES              16
 
-/* Statistics are displayed every n loops (=~ pictures) */
-#define VOUT_STATS_NB_LOOPS             100
-
 /*
  * Time settings
  */