summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2020-11-07 18:55:03 -0600
committerDudemanguy <random342@airmail.cc>2020-11-07 18:55:03 -0600
commit790647314ca85cd224272638a73780b0bdfd1deb (patch)
tree5c1a8ffea5768483e7fc35f93b8c5703159d2026
parentd0a2661c5b4adc4706b61a5cc86e73448fa936ea (diff)
downloadmpv-790647314ca85cd224272638a73780b0bdfd1deb.tar.bz2
mpv-790647314ca85cd224272638a73780b0bdfd1deb.tar.xz
DOCS: correct interface-changes.rst
delete-watch-later-config was introduced in mpv 0.33.0 not mpv 0.31.0.
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 2a7120b10c..16f570ae13 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -79,6 +79,8 @@ Interface changes
- key/value list options do not accept ":" as item separator anymore,
only ",". This means ":" is always considered part of the value.
- remove deprecated --vo-vdpau-deint option
+ - add `delete-watch-later-config` command to complement
+ `write-watch-later-config`
--- mpv 0.32.0 ---
- change behavior when using legacy option syntax with options that start
with two dashes (``--`` instead of a ``-``). Now, using the recommended
@@ -145,8 +147,6 @@ Interface changes
- change the default of --hwdec to "no" on RPI. The default used to be "mmal"
specifically if 'Raspberry Pi support' was enabled at configure time
(equivalent to --enable-rpi). Use --hwdec=mmal to get the old behavior.
- - add `delete-watch-later-config` command to complement
- `write-watch-later-config`
--- mpv 0.30.0 ---
- add `--d3d11-output-format` to enable explicit selection of a D3D11
swap chain format.