vlc | branch: master | Steve Lhomme <[email protected]> | Mon Jul 27 09:48:17 2020 +0200| [d055a8dc15652f2e4a1352b4b78b424d437e2a1f] | committer: Steve Lhomme
picture_pool: make picture_pool_GetSize private > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d055a8dc15652f2e4a1352b4b78b424d437e2a1f --- 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 a9589f85d1..4f4010f745 100644 --- a/include/vlc_picture_pool.h +++ b/include/vlc_picture_pool.h @@ -134,7 +134,7 @@ VLC_USED; * @return the total number of pictures in the given pool * @note This function is thread-safe. */ -VLC_API unsigned picture_pool_GetSize(const picture_pool_t *); +unsigned picture_pool_GetSize(const picture_pool_t *); #endif /* VLC_PICTURE_POOL_H */ diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 6b6598f2cf..ed43c17715 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -311,7 +311,6 @@ picture_NewFromFormat picture_NewFromResource picture_pool_Release picture_pool_Get -picture_pool_GetSize picture_pool_New picture_pool_NewFromFormat picture_pool_Reserve _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
