From 3a406e94d77b06d75e670cf1ed8ae9c52e207e0a Mon Sep 17 00:00:00 2001 From: reynaldo Date: Mon, 24 Apr 2006 07:20:34 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mp_msg.h') 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); -- cgit v1.2.3