mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 04:36:24 +01:00
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:
parent
1fa1ff7880
commit
dc0e610677
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user