summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2019-09-26 16:11:48 -0700
committerAman Gupta <aman@tmm1.net>2019-09-27 13:00:45 -0700
commitc7d0a8f58e536b22db88a229dc2f53daf0f02951 (patch)
tree4518a47c07041c33943d8ffe48f470cd8826936b /DOCS/client-api-changes.rst
parent4fdd0940ed2228665d5c6d99f4c024dcfa9bc4ad (diff)
downloadmpv-c7d0a8f58e536b22db88a229dc2f53daf0f02951.tar.bz2
mpv-c7d0a8f58e536b22db88a229dc2f53daf0f02951.tar.xz
stream_cb: add cancel_fn callback
This allows stream_cb backends to implement blocking behavior inside read_fn, and still get notified when the user wants to cancel and stop playback. Signed-off-by: Aman Gupta <aman@tmm1.net>
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 81e915d4eb..11c7f2393e 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -32,6 +32,7 @@ API changes
::
--- mpv 0.30.0 ---
+ 1.106 - Add cancel_fn to mpv_stream_cb_info
1.105 - Fix deadlock problems with MPV_RENDER_PARAM_ADVANCED_CONTROL and if
the "vd-lavc-dr" option is enabled (which it is by default).
There were no actual API changes.