0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

manpage: lua: update from previous commit

I forgot about this.
This commit is contained in:
wm4 2014-02-28 02:04:33 +01:00
parent c30bf22d8d
commit c49a8427d4

View File

@ -356,9 +356,15 @@ List of events
Happens after a file was unloaded. Typically, the player will load the
next file right away, or quit if this was the last file.
``playback-start``
``file-loaded``
Happens atfer a file was loaded and begins playback.
``seek``
Happens on seeking (including ordered chapter segment changes).
``playback-restart``
Start of playback after seek or after file was loaded.
``tracks-changed``
The list of video/audio/sub tracks was updated. (This happens on playback
start, and very rarely during playback.)