First draft of event handling
[melted] / src / framework / mlt_playlist.h
index bfa61c0..1566b1a 100644 (file)
@@ -38,6 +38,7 @@ typedef struct
        mlt_position frame_count;
        mlt_position length;
        float fps;
+       mlt_event event;
 }
 mlt_playlist_clip_info;