summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-22 15:52:55 +0100
committerwm4 <wm4@nowhere>2016-11-22 15:55:13 +0100
commit5087816a7431caf27a5a8a9e00d0004d8322cdaa (patch)
tree39b08676edd7cea66e4df7ca5a664aec26336670 /DOCS
parent7201fd7d08dd7f240e6f7c2584809bb4a723ab21 (diff)
downloadmpv-5087816a7431caf27a5a8a9e00d0004d8322cdaa.tar.bz2
mpv-5087816a7431caf27a5a8a9e00d0004d8322cdaa.tar.xz
options: remove legacy global sub-option syntax
A bit of sanity, although a very small one. --vo sub-options are not affected by this yet.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index e082b36a9d..6504db556a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -30,6 +30,8 @@ Interface changes
- "audio-channels" (use "audio-params/channel-count")
- "audio-format" (use "audio-codec-name")
(the properties equivalent to the old semantics are in parentheses)
+ - remove deprecated global sub-options (like -demuxer-rawaudio format=...),
+ use flat options (like --demuxer-rawaudio-format=...)
--- mpv 0.22.0 ---
- the "audio-device-list" property now sets empty device description to the
device name as a fallback