[MPlayer-cvslog] r19323 - trunk/cfg-mplayer.h

reimar subversion at mplayerhq.hu
Fri Aug 4 20:46:32 CEST 2006


Author: reimar
Date: Fri Aug  4 20:46:32 2006
New Revision: 19323

Modified:
   trunk/cfg-mplayer.h

Log:
-identify should display all ID_ messages, including DVD title length


Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	(original)
+++ trunk/cfg-mplayer.h	Fri Aug  4 20:46:32 2006
@@ -377,7 +377,7 @@
 #undef MAIN_CONF
         
 	{"list-properties", &list_properties, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
-	{"identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_FLAG, CONF_GLOBAL, 0, MSGL_INFO, NULL},
+	{"identify", &mp_msg_levels[MSGT_IDENTIFY], CONF_TYPE_FLAG, CONF_GLOBAL, 0, MSGL_V, NULL},
 	{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
 	{"help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
 	{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},



More information about the MPlayer-cvslog mailing list