[vlc-devel] commit: Privatized es_out_mode_e. (Laurent Aimar )

git version control git at videolan.org
Sun Jul 19 18:11:55 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jul 19 17:21:04 2009 +0200| [350c3b8006b6c5bc28c9f33133c526f1a7c064d8] | committer: Laurent Aimar 

Privatized es_out_mode_e.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=350c3b8006b6c5bc28c9f33133c526f1a7c064d8
---

 include/vlc_es_out.h |    8 --------
 src/input/es_out.h   |    8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h
index 043e557..4739b41 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 b9f0ce9..9dd5d45 100644
--- a/src/input/es_out.h
+++ b/src/input/es_out.h
@@ -31,6 +31,14 @@
 
 #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
 {
 




More information about the vlc-devel mailing list