]> git.sesse.net Git - vlc/blobdiff - include/vlc_osd.h
Fixed a segfault in ES_OUT_GET_ES_STATE (typo).
[vlc] / include / vlc_osd.h
index a3853905411ac7ab97767b43cc15f28c0fcc4b56..cb78626c3d8ed610c42be86bc73c530fa2d71559 100644 (file)
@@ -120,7 +120,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 *, const 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, bool b_paused ) );
 
 /** @}*/