summaryrefslogtreecommitdiffstats
path: root/mp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp_msg.h')
-rw-r--r--mp_msg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mp_msg.h b/mp_msg.h
index 4b81e0f1c2..371a6df957 100644
--- a/mp_msg.h
+++ b/mp_msg.h
@@ -4,7 +4,6 @@
// defined in mplayer.c and mencoder.c
extern int verbose;
-extern int identify;
// verbosity elevel:
@@ -96,6 +95,8 @@ extern int identify;
#define MSGT_OSD_MENU 40
+#define MSGT_IDENTIFY 41 // -identify output
+
#define MSGT_MAX 64
void mp_msg_init(void);