summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 9abba6434b..69bc77c0ac 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -983,6 +983,7 @@ typedef enum mpv_event_id {
* Happens when the current chapter changes.
*/
MPV_EVENT_CHAPTER_CHANGE = 23
+ // Internal note: adjust INTERNAL_EVENT_BASE when adding new events.
} mpv_event_id;
/**