summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mp_msg.h b/mp_msg.h
index eedf2c760e..1809455a13 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -72,6 +72,12 @@ extern int verbose; // defined in mplayer.c
#define MSGT_NETWORK 31
+#define MSGT_CPUDETECT 32
+
+#define MSGT_CODECCFG 33
+
+#define MSGT_SWS 34
+
#define MSGT_MAX 64
void mp_msg_init();