summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
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 d4624e7abc..1ee1b7de74 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -93,6 +93,8 @@ extern int identify;
#define MSGT_MUXER 39 // muxer layer
+#define MSGT_OSD_MENU 40
+
#define MSGT_MAX 64
void mp_msg_init(void);