From ae8b32f6c1c52770eb60392daa13eda36210c80f Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 4 Aug 2006 18:46:32 +0000 Subject: -identify should display all ID_ messages, including DVD title length git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19323 b3059339-0415-0410-9bf9-f77b7e298cf2 --- cfg-mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cfg-mplayer.h') diff --git a/cfg-mplayer.h b/cfg-mplayer.h index 55ce1d13bc..2440f25723 100644 --- a/cfg-mplayer.h +++ b/cfg-mplayer.h @@ -377,7 +377,7 @@ m_option_t mplayer_opts[]={ #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}, -- cgit v1.2.3