[vlc-devel] [PATCH] fifo: unexport vlc_fifo_GetCount()
RĂ©mi Denis-Courmont
remi at remlab.net
Sat Apr 11 18:25:12 CEST 2020
---
include/vlc_block.h | 2 +-
src/libvlccore.sym | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/vlc_block.h b/include/vlc_block.h
index 5817350ea0..603462f7b8 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -598,7 +598,7 @@ VLC_API block_t *vlc_fifo_DequeueAllUnlocked(vlc_fifo_t *) VLC_USED;
*
* @return the number of blocks in the FIFO (zero if it is empty)
*/
-VLC_API size_t vlc_fifo_GetCount(const vlc_fifo_t *) VLC_USED;
+size_t vlc_fifo_GetCount(const vlc_fifo_t *) VLC_USED;
/**
* Counts bytes in a FIFO.
diff --git a/src/libvlccore.sym b/src/libvlccore.sym
index cc8098edd9..af7c0c7b78 100644
--- a/src/libvlccore.sym
+++ b/src/libvlccore.sym
@@ -674,7 +674,6 @@ vlc_fifo_WaitCond
vlc_fifo_QueueUnlocked
vlc_fifo_DequeueUnlocked
vlc_fifo_DequeueAllUnlocked
-vlc_fifo_GetCount
vlc_fifo_GetBytes
vlc_gl_Create
vlc_gl_Release
--
2.26.0
More information about the vlc-devel
mailing list