summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 69bc77c0ac..687611c5e7 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -919,8 +919,10 @@ typedef enum mpv_event_id {
*/
MPV_EVENT_UNPAUSE = 13,
/**
- * Sent every time after a video frame is displayed (or in lower frequency
- * if there is no video, or playback is paused).
+ * Sent every time after a video frame is displayed. Note that currently,
+ * this will be sent in lower frequency if there is no video, or playback
+ * is paused - but that will be removed in the future, and it will be
+ * restricted to video frames only.
*/
MPV_EVENT_TICK = 14,
/**