X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout.h;h=584942fc339b1c367e3a0055f6d41111547c1894;hb=c4f35e50483d9a019cf8b665bb60a836071b96e0;hp=d5409b8969c18ca5a8580ba03262e5a8dfcf6ed1;hpb=f3adfbd8e84839a96e1ed9a9282c8e797c82ef56;p=vlc diff --git a/include/vlc_vout.h b/include/vlc_vout.h index d5409b8969..584942fc33 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -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 * );