summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-11-19 23:09:59 +0100
committerwm4 <wm4@nowhere>2019-11-19 23:09:59 +0100
commit13815bf25179da6dd450141fa6c1ab67a4b00b6b (patch)
tree2d3fde5925ccbe93b56f80727efe2be5842f16ea /DOCS/interface-changes.rst
parent03fbb57bd99c6ca9b0ca4aa1433156a2bb4d3136 (diff)
downloadmpv-13815bf25179da6dd450141fa6c1ab67a4b00b6b.tar.bz2
mpv-13815bf25179da6dd450141fa6c1ab67a4b00b6b.tar.xz
manpage: deprecate input section commands
These were a bad idea and are obscure. Scripting key mapping support still uses them, but this is not relevant to scripting authors, because the mpv provided helper code (defaults.lua) takes care of this. In addition, the OSC uses a legacy form of this. Hopefully, this input section stuff can be removed, and replaced by a simpler mechanism.
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 48c6372bf5..26337e9713 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -38,6 +38,8 @@ Interface changes
but it will probably eventually go away)
- deprecate --video-sync=display-adrop (might be removed if it's in the way;
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)
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.