summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-26 19:55:40 +0200
committerwm4 <wm4@nowhere>2017-06-26 20:07:20 +0200
commit6f80a694d3de98ce9ddabf1c188865fc6be69710 (patch)
treed6f1f5faf4da5a20701c06f7a25cccbf9fc1d12b /DOCS/interface-changes.rst
parent4c17ed457d3e7ee31bbeefa2d99ae6da75d2b21f (diff)
downloadmpv-6f80a694d3de98ce9ddabf1c188865fc6be69710.tar.bz2
mpv-6f80a694d3de98ce9ddabf1c188865fc6be69710.tar.xz
client API: drop old "no-" option emulation
You could do mpv_set_option(h, "no-fs", ""), which would behave like "--no-fs" on the command line. At one point, this had to be emulated for compatibility, and printed a deprecation warning. This was almost a year ago, so remove it.
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 698a5ff785..93894f2404 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -37,6 +37,7 @@ Interface changes
- the "osd" command is deprecated (use "cycle osd-level")
- --field-dominance is deprecated (use --vf=setfield=bff or tff)
- --really-quiet subtle behavior change
+ - the deprecated handling of setting "no-" options via client API is dropped
--- mpv 0.25.0 ---
- remove opengl-cb dxva2 dummy hwdec interop
(see git "vo_opengl: remove dxva2 dummy hwdec backend")