client API: update MPV_EVENT_PLAYBACK_RESTART docs

Ordered chapters haven't used user-visible seeks for over 4 years.
This commit is contained in:
wm4 2020-03-26 22:51:25 +01:00
parent 953983ad31
commit 0405b575d8
1 changed files with 3 additions and 3 deletions

View File

@ -1434,9 +1434,9 @@ typedef enum mpv_event_id {
MPV_EVENT_SEEK = 20, MPV_EVENT_SEEK = 20,
/** /**
* There was a discontinuity of some sort (like a seek), and playback * There was a discontinuity of some sort (like a seek), and playback
* was reinitialized. Usually happens after seeking, or ordered chapter * was reinitialized. Usually happens on start of playback and after
* segment switches. The main purpose is allowing the client to detect * seeking. The main purpose is allowing the client to detect when a seek
* when a seek request is finished. * request is finished.
*/ */
MPV_EVENT_PLAYBACK_RESTART = 21, MPV_EVENT_PLAYBACK_RESTART = 21,
/** /**