X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_subpicture.h;h=d914e30e4e2b587724081af96c2b7ce683f8367a;hb=c8492ac6282828be24f526870a299aa28718adfb;hp=71a209504c52ee62f7d52760a08d178c995b5a8d;hpb=d6a118bda13ff93686bddf6a8e5be7ee79378439;p=vlc diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h index 71a209504c..d914e30e4e 100644 --- a/include/vlc_subpicture.h +++ b/include/vlc_subpicture.h @@ -195,6 +195,12 @@ VLC_EXPORT( void, subpicture_Delete, ( subpicture_t *p_subpic ) ); */ VLC_EXPORT( subpicture_t *, subpicture_NewFromPicture, ( vlc_object_t *, picture_t *, vlc_fourcc_t i_chroma ) ); +/** + * This function will update the content of a subpicture created with + * a non NULL subpicture_updater_t. + */ +VLC_EXPORT( void, subpicture_Update, ( subpicture_t *, const video_format_t *src, const video_format_t *, mtime_t ) ); + /**@}*/ #endif /* _VLC_VIDEO_H */