From: Laurent Aimar Date: Sun, 19 Jul 2009 15:21:04 +0000 (+0200) Subject: Privatized es_out_mode_e. X-Git-Tag: 1.1.0-ff~4896 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=350c3b8006b6c5bc28c9f33133c526f1a7c064d8;p=vlc Privatized es_out_mode_e. --- diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h index 043e5579d8..4739b41a10 100644 --- a/include/vlc_es_out.h +++ b/include/vlc_es_out.h @@ -34,14 +34,6 @@ * @{ */ -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) */ diff --git a/src/input/es_out.h b/src/input/es_out.h index b9f0ce944a..9dd5d45ab3 100644 --- a/src/input/es_out.h +++ b/src/input/es_out.h @@ -31,6 +31,14 @@ #include +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 {