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

Rémi Denis-Courmont remi at remlab.net
Mon Jul 27 15:49:17 CEST 2020


Series LGTM

Le 27 juillet 2020 16:36:33 GMT+03:00, Steve Lhomme <robux4 at ycbcr.xyz> a écrit :
>---
> 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
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel

-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20200727/85569ad4/attachment.html>


More information about the vlc-devel mailing list