options: remove --osdlevel in favor of --osd-level

--osdlevel has been documented as renamed/removed. Not actually
removing it was probably an oversight.
This commit is contained in:
wm4 2012-11-15 15:18:33 +01:00
parent 1fa1ff7880
commit dc0e610677
1 changed files with 0 additions and 1 deletions

View File

@ -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),