]> git.sesse.net Git - vlc/blobdiff - include/vlc_subpicture.h
Use var_InheritString for --decklink-video-connection.
[vlc] / include / vlc_subpicture.h
index 71a209504c52ee62f7d52760a08d178c995b5a8d..d914e30e4e2b587724081af96c2b7ce683f8367a 100644 (file)
@@ -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 */