]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Makefile.am: distribute simple_prefs.*
[vlc] / include / vlc_vout.h
index 69da3ffbb55aa8a740b57e823929c7a3b2d3c448..30baf2517827185f3b73f55ae10d33f482ed1e96 100644 (file)
@@ -284,6 +284,10 @@ 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 );
+
     /** Private data - the subtitle plugin might want to put stuff here to
      * keep track of the subpicture */
     subpicture_sys_t *p_sys;                              /* subpicture data */