summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-07 19:40:17 +0200
committerwm4 <wm4@nowhere>2016-08-07 19:42:20 +0200
commit3a21d71ad02717896e8e84ebe9f5ecb33754ed88 (patch)
tree511797c65e5b76269b043370cd8f2add6107b51f /DOCS
parent7ca4a453e03d76621c7740b71ba17157c7756737 (diff)
downloadmpv-3a21d71ad02717896e8e84ebe9f5ecb33754ed88.tar.bz2
mpv-3a21d71ad02717896e8e84ebe9f5ecb33754ed88.tar.xz
client API: bump API for stream_cb
Forgotten in previous commit. Also minor semi-related change: remove the extra "," from the mpv_sub_api enum, which I accidentally added in the previous commit. (C99 is fine with trailing ",", C89 strictly speaking not. So do this for maximum compatibility.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 2027ed9fcf..18c9657149 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,8 @@ API changes
::
+ --- mpv 0.18.2
+ 1.22 - add stream_cb API for custom protocols
--- mpv 0.18.1 ---
---- - remove "status" log level from mpv_request_log_messages() docs. This
is 100% equivalent to "v". The behavior is still the same, thus no