summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 01:09:28 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-28 01:09:28 +0000
commit0b3a3ea97eb7b9ece07d8e107213e4209c5fd42b (patch)
tree2bd8622657687b1c14ef776d1aee28ffc3226070 /mp_msg.h
parent253eff648bf279488a2b9eb6f82adb054d447369 (diff)
downloadmpv-0b3a3ea97eb7b9ece07d8e107213e4209c5fd42b.tar.bz2
mpv-0b3a3ea97eb7b9ece07d8e107213e4209c5fd42b.tar.xz
spudec added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3822 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 536a63e1ba..eab70c11d2 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -57,6 +57,8 @@ extern int verbose; // defined in mplayer.c
#define MSGT_OSDEP 25 // OS Dependant parts (linux/ for now)
+#define MSGT_SPUDEC 26 // spudec.c
+
#define MSGT_MAX 64
void mp_msg_init(int verbose);