X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_subpicture.h;h=d914e30e4e2b587724081af96c2b7ce683f8367a;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=7c5500144e6fac244bf9816b8a9e4167c8eb7930;hpb=08a73f8b3328767ed9f903bc9913a8dfe27d5079;p=vlc diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h index 7c5500144e..d914e30e4e 100644 --- a/include/vlc_subpicture.h +++ b/include/vlc_subpicture.h @@ -32,6 +32,7 @@ */ #include +#include /** * \defgroup subpicture Video Subpictures @@ -194,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 */