]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Fixed SSA subtitles pause.
[vlc] / include / vlc_vout.h
index d5409b8969c18ca5a8580ba03262e5a8dfcf6ed1..584942fc339b1c367e3a0055f6d41111547c1894 100644 (file)
@@ -703,7 +703,7 @@ VLC_EXPORT( void,            vout_PlacePicture,   ( vout_thread_t *, unsigned in
 
 /* DO NOT use vout_RenderPicture unless you are in src/video_ouput */
 picture_t *     vout_RenderPicture  ( vout_thread_t *, picture_t *,
-                                                       subpicture_t * );
+                                                       subpicture_t *, bool b_paused );
 
 /* DO NOT use vout_CountPictureAvailable unless your are in src/input/dec.c (no exception) */
 int vout_CountPictureAvailable( vout_thread_t * );