summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);