changeset 19317:e0b496cf9863

-identify should display all ID_ messages, including DVD title length
author reimar
date Fri, 04 Aug 2006 18:46:32 +0000
parents 81b239327a3e
children a3ddd3320b47
files cfg-mplayer.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri Aug 04 18:44:52 2006 +0000
+++ b/cfg-mplayer.h	Fri Aug 04 18:46:32 2006 +0000
@@ -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},