summaryrefslogtreecommitdiffstats
path: root/player/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-20 19:30:52 +0100
committerwm4 <wm4@nowhere>2014-01-20 19:31:23 +0100
commit119efdc19704cc94d4d71fa947fdf7844018abfe (patch)
tree09a9ffc8c9baf25d60a69f0bf464092bc618a223 /player/command.h
parent0f5e22079a81094e232f30a14800dea6d7561b12 (diff)
downloadmpv-119efdc19704cc94d4d71fa947fdf7844018abfe.tar.bz2
mpv-119efdc19704cc94d4d71fa947fdf7844018abfe.tar.xz
lua: add playback-start event
Diffstat (limited to 'player/command.h')
-rw-r--r--player/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/command.h b/player/command.h
index 56eb30f859..a676709851 100644
--- a/player/command.h
+++ b/player/command.h
@@ -40,6 +40,7 @@ enum mp_event {
MP_EVENT_PROPERTY, // char*, property that is changed
MP_EVENT_TRACKS_CHANGED,
MP_EVENT_START_FILE,
+ MP_EVENT_PLAYBACK_START,
MP_EVENT_END_FILE,
};