]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Used const for video_format_t when possible.
[vlc] / include / vlc_osd.h
index d704272066901fb53f12e3677dad87f552ff9d38..54625ff559a506b2abad4e07cb3b8dcd9e9719e5 100644 (file)
@@ -129,7 +129,7 @@ VLC_EXPORT( subpicture_t *, spu_SortSubpictures, ( spu_t *, mtime_t display_date
  * \param p_fmt_dst is the format of the destination picture.
  * \param p_fmt_src is the format of the original(source) video.
  */
-VLC_EXPORT( void, spu_RenderSubpictures, ( spu_t *,  picture_t *, video_format_t *p_fmt_dst, subpicture_t *p_list, const video_format_t *p_fmt_src ) );
+VLC_EXPORT( void, spu_RenderSubpictures, ( spu_t *,  picture_t *, const video_format_t *p_fmt_dst, subpicture_t *p_list, const video_format_t *p_fmt_src ) );
 
 /** @}*/