summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-02 16:46:27 +0200
committerwm4 <wm4@nowhere>2017-07-02 16:47:27 +0200
commit4a084c0df8fd8aaa66073839d97e544c3b6903e7 (patch)
treea4de9fca4908a3f9a24ed130530cbde7af9b5ca4 /DOCS/interface-changes.rst
parente4bc563fd2dcff1059624efb7b948b2886a382ab (diff)
downloadmpv-4a084c0df8fd8aaa66073839d97e544c3b6903e7.tar.bz2
mpv-4a084c0df8fd8aaa66073839d97e544c3b6903e7.tar.xz
m_option: deprecate multiple items for -add etc.
This is more confusing than it helps, and forces escaping more stuff. For example, for string lists we could remove all need for escaling with -add and -pre. The user can simply use multiple of those options.
Diffstat (limited to 'DOCS/interface-changes.rst')
-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 1d0f89a09e..61fa1f5779 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -50,6 +50,8 @@ Interface changes
(the compatibility hacks for this will be removed after this release)
- remove property `vo-performance`, and add `vo-passes` as a more general
replacement
+ - deprecate passing multiple arguments to -add/-pre options (affects the
+ vf/af commands too)
--- mpv 0.25.0 ---
- remove opengl-cb dxva2 dummy hwdec interop
(see git "vo_opengl: remove dxva2 dummy hwdec backend")