diff mp_msg.c @ 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 5680696f964b
line wrap: on
line diff
--- a/mp_msg.c	Mon Apr 24 06:28:45 2006 +0000
+++ b/mp_msg.c	Mon Apr 24 07:20:34 2006 +0000
@@ -44,6 +44,7 @@
     if (env)
         verbose = atoi(env);
     for(i=0;i<MSGT_MAX;i++) mp_msg_levels[i] = -2;
+    mp_msg_levels[MSGT_IDENTIFY] = -1; // no -identify output by default
 #ifdef USE_ICONV
     mp_msg_charset = getenv("MPLAYER_CHARSET");
 #ifdef USE_LANGINFO