[vlc-devel] [PATCH 3/3] picture_pool: make picture_pool_GetSize private

Steve Lhomme robux4 at ycbcr.xyz
Mon Jul 27 15:36:33 CEST 2020


---
 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 a9589f85d1e..4f4010f745a 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 6b6598f2cf3..ed43c17715c 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
-- 
2.26.2



More information about the vlc-devel mailing list