summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-26 22:51:25 +0100
committerwm4 <wm4@nowhere>2020-03-26 22:51:25 +0100
commit0405b575d83ae61780db861dc68935efe6d60347 (patch)
tree448847de1f788d56d5dc7d49a05b3da2ceacdf14
parent953983ad31ddb63418d9d2ab55c978eaf69fd12a (diff)
downloadmpv-0405b575d83ae61780db861dc68935efe6d60347.tar.bz2
mpv-0405b575d83ae61780db861dc68935efe6d60347.tar.xz
client API: update MPV_EVENT_PLAYBACK_RESTART docs
Ordered chapters haven't used user-visible seeks for over 4 years.
-rw-r--r--libmpv/client.h6
1 files 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,
/**