X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout.h;h=d3382771abdb0de8d41200fec1a56d4b2b50f9c3;hb=47e69cf6132dfd1daa1ef8fb17fa6b2af5c16e18;hp=e82f1fb7a638ec4738cab3bf77ed150fad1dd53e;hpb=ba939b2d2bbb24fd5f45177d0583ae425e7eeefc;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index e82f1fb7a6..d3382771ab 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -351,9 +351,9 @@ struct subpicture_t video_format_t *, picture_t * ); void ( *pf_destroy_region ) ( vlc_object_t *, subpicture_region_t * ); - void ( *pf_pre_render ) ( video_format_t *, spu_t *, subpicture_t *, mtime_t ); - subpicture_region_t * ( *pf_update_regions ) ( video_format_t *, spu_t *, - subpicture_t *, mtime_t ); + void ( *pf_pre_render ) ( video_format_t *, spu_t *, subpicture_t * ); + void ( *pf_update_regions ) ( video_format_t *, spu_t *, + subpicture_t *, mtime_t ); /** Private data - the subtitle plugin might want to put stuff here to * keep track of the subpicture */