summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-31 17:28:42 +0200
committerwm4 <wm4@nowhere>2016-08-31 22:16:43 +0200
commitb10dcecf7d71a076525bc2ac4b6bd72f4c453278 (patch)
treee638153d212784b4466934d254e5475a83cd98fe /DOCS/client-api-changes.rst
parent7dde096d8a6d9e82cac82bec439fef47d078f352 (diff)
downloadmpv-b10dcecf7d71a076525bc2ac4b6bd72f4c453278.tar.bz2
mpv-b10dcecf7d71a076525bc2ac4b6bd72f4c453278.tar.xz
client API: deprecate "no-..." option handling
The client API can do this (and there are apparently some libmpv using projects which rely on this). But it's just unnecessary bloat as it requires a separate code path from the option parser. It would be better to remove this code. Formally deprecate it, including API bump and warning in the API changes file to make it really clear.
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 17fc4bd60a..165218a600 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,7 +32,10 @@ API changes
::
- --- mpv 0.19.0
+ --- mpv 0.21.0 ---
+ 1.23 - deprecate setting "no-" options via mpv_set_option*(). For example,
+ instead of "no-video=" you should set "video=no".
+ --- mpv 0.19.0 ---
1.22 - add stream_cb API for custom protocols
--- mpv 0.18.1 ---
---- - remove "status" log level from mpv_request_log_messages() docs. This