summaryrefslogtreecommitdiffstats
path: root/mpvcore/mp_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mp_common.h')
-rw-r--r--mpvcore/mp_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mpvcore/mp_common.h b/mpvcore/mp_common.h
index ecd84e33b6..ab1ccb9451 100644
--- a/mpvcore/mp_common.h
+++ b/mpvcore/mp_common.h
@@ -52,6 +52,13 @@
#define CONTROL_ERROR -2
#define CONTROL_NA -3
+enum stream_type {
+ STREAM_VIDEO,
+ STREAM_AUDIO,
+ STREAM_SUB,
+ STREAM_TYPE_COUNT,
+};
+
extern const char *mplayer_version;
extern const char *mplayer_builddate;