diff --git a/include/vlc_vout.h b/include/vlc_vout.h index b9fafc5565..e62dd25e57 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -34,6 +34,8 @@ struct vlc_video_output_callbacks /* Event triggered when the first frame of the vout is being displayed. */ void (*first_frame_reported)(vout_thread_t *vout, void *owner); void (*captions_to_display)(const void *, size_t, void *owner); + void (*on_frame_displayed)(vout_thread_t *vout, vlc_tick_t pts, + void *owner); }; /**