From 003d86fa032d98fbb096fb6b656fc9332e01fca2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 14 Feb 2009 19:40:05 +0200 Subject: [PATCH] Privatize vout_Snapshot() --- include/vlc_vout.h | 1 - src/libvlccore.sym | 1 - 2 files changed, 2 deletions(-) diff --git a/include/vlc_vout.h b/include/vlc_vout.h index c3445af87f..9744319f59 100644 --- a/include/vlc_vout.h +++ b/include/vlc_vout.h @@ -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 ) ); diff --git a/src/libvlccore.sym b/src/libvlccore.sym index ee2028acaa..be15e35188 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -540,7 +540,6 @@ __vout_Request vout_RequestWindow vout_ShowTextAbsolute vout_ShowTextRelative -vout_Snapshot vout_UnlinkPicture vout_vaControlDefault __xml_Create -- 2.39.2