Commit 003d86fa authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Privatize vout_Snapshot()

parent 8a28a8df
......@@ -676,7 +676,6 @@ VLC_EXPORT( void, vout_PlacePicture, ( const vout_thread_t *, unsig
VLC_EXPORT( int, vout_vaControlDefault, ( vout_thread_t *, int, va_list ) );
void vout_IntfInit( vout_thread_t * );
VLC_EXPORT( int, vout_Snapshot, ( vout_thread_t *p_vout, picture_t *p_pic ) );
VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,bool , bool ) );
......
......@@ -540,7 +540,6 @@ __vout_Request
vout_RequestWindow
vout_ShowTextAbsolute
vout_ShowTextRelative
vout_Snapshot
vout_UnlinkPicture
vout_vaControlDefault
__xml_Create
......
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