mirror of
https://github.com/mpv-player/mpv
synced 2025-03-07 14:47:53 +00:00
-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
This commit is contained in:
parent
0dacae58b1
commit
ae8b32f6c1
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user