diff mp_msg.h @ 18237:4231482179b6

Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
author reynaldo
date Mon, 24 Apr 2006 07:20:34 +0000
parents 3b4e03cb518d
children bd821fd3e244
line wrap: on
line diff
--- a/mp_msg.h	Mon Apr 24 06:28:45 2006 +0000
+++ b/mp_msg.h	Mon Apr 24 07:20:34 2006 +0000
@@ -4,7 +4,6 @@
 
 // defined in mplayer.c and mencoder.c
 extern int verbose;
-extern int identify;
 
 // verbosity elevel:
 
@@ -96,6 +95,8 @@
 
 #define MSGT_OSD_MENU 40
 
+#define MSGT_IDENTIFY 41  // -identify output
+
 #define MSGT_MAX 64
 
 void mp_msg_init(void);