From 0405b575d83ae61780db861dc68935efe6d60347 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Mar 2020 22:51:25 +0100 Subject: client API: update MPV_EVENT_PLAYBACK_RESTART docs Ordered chapters haven't used user-visible seeks for over 4 years. --- libmpv/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libmpv/client.h b/libmpv/client.h index e57f727846..4fe8ea1866 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -1434,9 +1434,9 @@ typedef enum mpv_event_id { MPV_EVENT_SEEK = 20, /** * There was a discontinuity of some sort (like a seek), and playback - * was reinitialized. Usually happens after seeking, or ordered chapter - * segment switches. The main purpose is allowing the client to detect - * when a seek request is finished. + * was reinitialized. Usually happens on start of playback and after + * seeking. The main purpose is allowing the client to detect when a seek + * request is finished. */ MPV_EVENT_PLAYBACK_RESTART = 21, /** -- cgit v1.2.3