summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 17:04:39 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-22 17:04:39 +0000
commitb32c67928a94f0c31e97eb773f139478e006ef0a (patch)
tree48893ea4132d0fac6bc41a87bedc7b4f32cf0a54 /mp_msg.h
parentc2ba883f467e903542d16b437005a2f8055cc7fd (diff)
downloadmpv-b32c67928a94f0c31e97eb773f139478e006ef0a.tar.bz2
mpv-b32c67928a94f0c31e97eb773f139478e006ef0a.tar.xz
some updates in muxer api
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11223 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index c398e1acc5..fecc4a8e17 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -85,6 +85,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_NETST 38 // Netstream
+#define MSGT_MUXER 39 // muxer layer
+
#define MSGT_MAX 64
void mp_msg_init();