From c7d0a8f58e536b22db88a229dc2f53daf0f02951 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 26 Sep 2019 16:11:48 -0700 Subject: 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 --- DOCS/client-api-changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS') 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. -- cgit v1.2.3