summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 22:04:09 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-09 22:04:09 +0000
commit6b42f644f2afcf77ab1be33754d26f1f4e331ba7 (patch)
tree3ca90c8ec8a3f754a4e01e76a50fb831806cd36f /mp_msg.h
parentd9a031682900b0b0ac3b847a121233e8561a0232 (diff)
downloadmpv-6b42f644f2afcf77ab1be33754d26f1f4e331ba7.tar.bz2
mpv-6b42f644f2afcf77ab1be33754d26f1f4e331ba7.tar.xz
fixes for vivo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2788 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 1ed5feda4d..889bc22b06 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -47,10 +47,14 @@ extern int verbose; // defined in mplayer.c
#define MSGT_LIRC 19 // lirc_mp.c
#define MSGT_STREAM 20 // stream.c
-#define MSGT_CACHE 21 // cache2.c
+#define MSGT_CACHE 21 // cache2.c
#define MSGT_MENCODER 22
+#define MSGT_XACODEC 23 // XAnim codecs
+
+#define MSGT_TV 24 // TV input subsystem
+
#define MSGT_MAX 64
void mp_msg_init(int verbose);