summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
committerwm4 <wm4@nowhere>2019-11-24 22:39:47 +0100
commite2e6bb496e615ab33b55d2218d289d969b103ae8 (patch)
treeb13c42b34afcfe95c80a18743c92dc0c5fc2ea2a /DOCS/interface-changes.rst
parentc1acb1afe1a890f6195acdd08842c81b9cea3528 (diff)
downloadmpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.bz2
mpv-e2e6bb496e615ab33b55d2218d289d969b103ae8.tar.xz
options: remove deprecated --playlist-pos alias
This causes problems because it has the same name as a property which behaves differently.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 3a399fb265..1b8e2ec7a2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -42,6 +42,7 @@ Interface changes
undeprecated or readded if it's not too much of a problem)
- deprecate all input section commands (these will be changed/removed, as
soon as mpv internals do not require them anymore)
+ - remove deprecated --playlist-pos alias (use --playlist-start)
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.