summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:46:32 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-04 18:46:32 +0000
commitae8b32f6c1c52770eb60392daa13eda36210c80f (patch)
treee405a4a14dc763013c70cb39434e8d9388c6fb9c /cfg-mplayer.h
parent0dacae58b12d4c84f56a267308cc5c58d2cf1461 (diff)
downloadmpv-ae8b32f6c1c52770eb60392daa13eda36210c80f.tar.bz2
mpv-ae8b32f6c1c52770eb60392daa13eda36210c80f.tar.xz
-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
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
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},