]> git.sesse.net Git - vlc/blobdiff - include/vlc_subpicture.h
Removed now unused pf_pre_render in subpicture_t.
[vlc] / include / vlc_subpicture.h
index bdb09fdf408dfc6a2d3796332cb60504c830d7ae..dcd15cbc83eab979a20f705c933cc0fec8fefa4a 100644 (file)
@@ -152,8 +152,7 @@ struct subpicture_t
     /** Pointer to function that cleans up the private data of this subtitle */
     void ( *pf_destroy ) ( subpicture_t * );
 
-    /** Pointer to functions for region management */
-    void (*pf_pre_render)    ( spu_t *, subpicture_t *, const video_format_t * );
+    /** Pointer to function that update the regions before rendering (optionnal) */
     void (*pf_update_regions)( spu_t *,
                                subpicture_t *, const video_format_t *, mtime_t );