]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Used const for video_format_t when possible.
[vlc] / include / vlc_vout.h
index 657f0aca97ef3c3069cce531952e595015351d0a..5d39e1b554ef9f7dc3d3e0da2d8bde25b0def3e6 100644 (file)
@@ -370,9 +370,9 @@ struct subpicture_t
                                                   video_format_t * );
     void ( *pf_destroy_region ) ( vlc_object_t *, subpicture_region_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 );
+    void (*pf_pre_render)    ( spu_t *, subpicture_t *, const video_format_t * );
+    void (*pf_update_regions)( spu_t *,
+                               subpicture_t *, const video_format_t *, mtime_t );
 
     /** Private data - the subtitle plugin might want to put stuff here to
      * keep track of the subpicture */