summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-06-11 21:39:48 +0200
committerwm4 <wm4@nowhere>2015-06-11 21:42:09 +0200
commite53cb0890e8071ca86271c8b100343944dbbefe7 (patch)
tree155073a38d2f073f412baf1c6fd7da2eea9b803d /DOCS
parent87b60ded88f2cfb54636f88324a715a943f14fb9 (diff)
downloadmpv-e53cb0890e8071ca86271c8b100343944dbbefe7.tar.bz2
mpv-e53cb0890e8071ca86271c8b100343944dbbefe7.tar.xz
client API: add MPV_END_FILE_REASON_REDIRECT
Requested. Minor incompatible behavior change, as it was signalling MPV_END_FILE_REASON_EOF previously.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index e821d077c7..241b7569d4 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,9 @@ API changes
::
+ 1.18 - add MPV_END_FILE_REASON_REDIRECT, and change behavior of
+ MPV_EVENT_END_FILE accordingly
+ - a bunch of interface-changes.rst changes
1.17 - mpv_initialize() now blocks SIGPIPE (details see client.h)
--- mpv 0.9.0 is released ---
1.16 - add mpv_opengl_cb_report_flip()