mirror of
https://github.com/mpv-player/mpv
synced 2025-04-24 20:29:53 +00:00
added -noquiet option to complement -quiet (request/patch by Alexander Werth)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4447 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f814cb374d
commit
954be160a7
@ -301,6 +301,7 @@ static config_t mplayer_opts[]={
|
||||
#undef MAIN_CONF
|
||||
|
||||
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
|
||||
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
|
||||
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
|
||||
{"-help", help_text, CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user