]> git.sesse.net Git - vlc/blobdiff - include/vlc_es_out.h
Privatized es_out_mode_e.
[vlc] / include / vlc_es_out.h
index 043e5579d86e61b3c9be1eae090cd894f4b0cc0c..4739b41a104478a17e22f40c54f77525188ff236 100644 (file)
  * @{
  */
 
-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_e
 {
     /* set ES selected for the es category (audio/video/spu) */