]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Merge branch 'df-for-upstream' of git://repo.or.cz/vlc/davidf-public
[vlc] / include / vlc_vout.h
index e82f1fb7a638ec4738cab3bf77ed150fad1dd53e..d3382771abdb0de8d41200fec1a56d4b2b50f9c3 100644 (file)
@@ -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 */