Commit dd0a041b authored by Laurent Aimar's avatar Laurent Aimar

Fixed missing vout_Snapshot internal function prototype.

It was broken after being privatized.
parent 1fdf055e
......@@ -106,5 +106,11 @@ picture_t *vout_RenderPicture( vout_thread_t *, picture_t *,
*/
void vout_UsePictureLocked( vout_thread_t *p_vout, picture_t *p_pic );
/*
* DO NOT use vout_UsePictureLocked unless you are in src/video_ouput.
*/
int vout_Snapshot( vout_thread_t *, picture_t *p_pic );
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment