summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-12-22 14:35:32 +0100
committerwm4 <wm4@nowhere>2019-12-22 14:37:28 +0100
commit0eabc6614a0d7c5d8d57a8a74d7b7447677038cd (patch)
treeb02d3e718ffe241b08a6900c01264cf473a51416 /DOCS
parentb670838b3d8970db1932b3f83fedb7edaa324c80 (diff)
downloadmpv-0eabc6614a0d7c5d8d57a8a74d7b7447677038cd.tar.bz2
mpv-0eabc6614a0d7c5d8d57a8a74d7b7447677038cd.tar.xz
client API: deprecate tick event
This is conceptually outdated and should not exist. This affects Lua scripting and JSON IPC too.
Diffstat (limited to 'DOCS')
-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 e52e04d54a..7a3fe9741d 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -33,6 +33,7 @@ API changes
::
--- mpv 0.30.0 ---
+ 1.107 - Deprecate MPV_EVENT_TICK
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).