summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 18:22:46 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-01 18:22:46 +0000
commit81a28c52c1a3ef2b4a36abc5256300c0477b6919 (patch)
treebb1ce35386f2c13b43acc54db7f66db6df7e6483 /cfg-mplayer.h
parent39fe4d0cd39059a6b020bf82a055bf51bac3c58b (diff)
downloadmpv-81a28c52c1a3ef2b4a36abc5256300c0477b6919.tar.bz2
mpv-81a28c52c1a3ef2b4a36abc5256300c0477b6919.tar.xz
-really-quiet
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8029 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 940c5fe651..8f6242c753 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -392,6 +392,7 @@ static config_t mplayer_opts[]={
{"identify", &identify, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
+ {"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL, 0, -10, 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},