]> git.sesse.net Git - vlc/blobdiff - src/input/es_out.h
scale tempo filter: kill config_Get
[vlc] / src / input / es_out.h
index 62818ff68036bfd35e7e85374105f3f5ddc014f6..9dd5d45ab3c3e070eedc6b2d474904c6d524ac97 100644 (file)
 
 #include <vlc_common.h>
 
+enum es_out_mode_e
+{
+    ES_OUT_MODE_NONE,   /* don't select anything */
+    ES_OUT_MODE_ALL,    /* eg for stream output */
+    ES_OUT_MODE_AUTO,   /* best audio/video or for input follow audio-track, sub-track */
+    ES_OUT_MODE_PARTIAL /* select programs given after --programs */
+};
+
 enum es_out_query_private_e
 {
 
@@ -51,9 +59,6 @@ enum es_out_query_private_e
     /* Get buffering state */
     ES_OUT_GET_BUFFERING,                           /* arg1=bool*               res=cannot fail */
 
-    /* Check if es_out has still data to play */
-    ES_OUT_GET_EMPTY,                               /* arg1=bool*               res=cannot fail */
-
     /* Set delay for a ES category */
     ES_OUT_SET_DELAY,                               /* arg1=es_category_e,      res=can fail */