]> git.sesse.net Git - vlc/blobdiff - include/vlc_video.h
* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
[vlc] / include / vlc_video.h
index 0dd885e038840d21f3cfcc4669db4fcc6219451c..b5f21e4fa02ed2a98aa23355f39048d6524c441f 100644 (file)
@@ -273,6 +273,8 @@ struct subpicture_t
     /** Pointer to functions for region management */
     subpicture_region_t * ( *pf_create_region ) ( vlc_object_t *,
                                                   video_format_t * );
+    subpicture_region_t * ( *pf_make_region ) ( vlc_object_t *,
+                                                video_format_t *, picture_t * );
     void ( *pf_destroy_region ) ( vlc_object_t *, subpicture_region_t * );
 
     /** Private data - the subtitle plugin might want to put stuff here to