summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-30 01:58:41 +0200
committerwm4 <wm4@nowhere>2012-07-30 02:02:23 +0200
commitd83211722e9ba6543bec65745f371423c3da9b9b (patch)
treee1a6a447cee96f19c1efa183435c1fec34ec618e /mplayer.c
parent128c5839ed154aeadb4bdcbcf1b32e0ea788cbf6 (diff)
downloadmpv-d83211722e9ba6543bec65745f371423c3da9b9b.tar.bz2
mpv-d83211722e9ba6543bec65745f371423c3da9b9b.tar.xz
options: remove "no" options variants
The old option parser required adding two options for each flag option: e.g. "-video" and "-novideo". Later, code was added to handle the "no-" prefix automatically for flag options. Remove the "no" prefixed options entirely (unless they are not flag options, then just rename them), and require the user to use the "no-" prefix instead. You can't use the old prefix anymore. Old: -novideo New: --no-video
Diffstat (limited to 'mplayer.c')
0 files changed, 0 insertions, 0 deletions