summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-31 16:45:58 +0200
committerwm4 <wm4@nowhere>2016-08-31 16:45:58 +0200
commite024906408c4d079e77b136de9b0562a93daadce (patch)
tree5a9442aaf0dc296ce2d280f6d14453e45fc056b4 /DOCS
parentce8dae3f0d9d269fc925f3a83abde4cde3b36ebb (diff)
downloadmpv-e024906408c4d079e77b136de9b0562a93daadce.tar.bz2
mpv-e024906408c4d079e77b136de9b0562a93daadce.tar.xz
m_config: handle --no-... options differently
Instead of adding "no-"-prefixed aliases to the internal option list, which will act like normal options, do it in the parsing stage. This turns out to be simpler (and cheaper), and avoids adding aliased options.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index f02f6588ff..4188aa0adc 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,6 +19,11 @@ Interface changes
::
+ --- mpv 0.21.0 ---
+ - subtle changes in how "--no-..." options are treated mean that they are
+ not accessible under "options/..." anymore (instead, these are resolved
+ at parsing time). This does not affect options which start with "--no-",
+ but do not use the mechanism for negation options.
--- mpv 0.20.0 ---
- add --image-display-duration option - this also means that image duration
is not influenced by --mf-fps anymore in the general case (this is an