vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Wed Oct 29 21:25:44 2014 +0200| [364e73c39fcaa0fa0a4db224c01adc92a5be1ff0] | committer: Rémi Denis-Courmont
Unexport picture_pool_NonEmpty() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=364e73c39fcaa0fa0a4db224c01adc92a5be1ff0 --- include/vlc_picture_pool.h | 2 +- src/libvlccore.sym | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/vlc_picture_pool.h b/include/vlc_picture_pool.h index ec7bb39..8073d54 100644 --- a/include/vlc_picture_pool.h +++ b/include/vlc_picture_pool.h @@ -111,7 +111,7 @@ void picture_pool_Reset( picture_pool_t * ); * XXX it should be used with great care, the only reason you may need * it is to workaround a bug. */ -VLC_API void picture_pool_NonEmpty( picture_pool_t * ); +void picture_pool_NonEmpty( picture_pool_t * ); /** * It reserves picture_count pictures from the given pool and returns diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 83e2c05..4dd9c3a 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -310,7 +310,6 @@ picture_pool_GetSize picture_pool_New picture_pool_NewExtended picture_pool_NewFromFormat -picture_pool_NonEmpty picture_pool_Reserve picture_Reset picture_Setup _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
