summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-05 21:07:03 +0200
committerwm4 <wm4@nowhere>2016-09-05 21:26:39 +0200
commit69283bc0f8905e7748343f2c5389791f858a5f4c (patch)
tree7c5b4c004dabb40d55e30f28cb900801f78a46fd /DOCS/interface-changes.rst
parent633eb30cbe0e52879443633760e9460fe5bdcdfa (diff)
downloadmpv-69283bc0f8905e7748343f2c5389791f858a5f4c.tar.bz2
mpv-69283bc0f8905e7748343f2c5389791f858a5f4c.tar.xz
options: deprecate suboptions for the remaining AO/VOs
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7ceb75709c..ef9d61e931 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,6 +20,10 @@ Interface changes
::
--- mpv 0.21.0 ---
+ - deprecate _all_ --vo and --ao suboptions. Generally, all suboptions are
+ replaced by global options, which do exactly the same. For example,
+ "--vo=opengl:scale=nearest" turns into "--scale=nearest". In some cases,
+ the global option is prefixed.
- 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-",