summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-15 15:18:33 +0100
committerwm4 <wm4@nowhere>2012-11-16 21:21:15 +0100
commitdc0e610677cbffd543c035f271ed951ebd7334f1 (patch)
tree062bfc30f1090375b3de9c4bb8beb632f4fb8c0e
parent1fa1ff7880d6e991b67cbcc09a485d8a4b08aaaf (diff)
downloadmpv-dc0e610677cbffd543c035f271ed951ebd7334f1.tar.bz2
mpv-dc0e610677cbffd543c035f271ed951ebd7334f1.tar.xz
options: remove --osdlevel in favor of --osd-level
--osdlevel has been documented as renamed/removed. Not actually removing it was probably an oversight.
-rw-r--r--core/cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 8346e31c92..5bc07c8f34 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -648,7 +648,6 @@ const m_option_t mplayer_opts[]={
//---------------------- mplayer-only options ------------------------
{"use-filedir-conf", &use_filedir_conf, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
- OPT_INTRANGE("osdlevel", osd_level, 0, 0, 3),
OPT_CHOICE("osd-level", osd_level, 0,
({"0", 0}, {"1", 1}, {"2", 2}, {"3", 3})),
OPT_INTRANGE("osd-duration", osd_duration, 0, 0, 3600000),