]> git.sesse.net Git - vlc/blobdiff - include/vlc_block_helper.h
Tag some APIs as LIBVLC_USED
[vlc] / include / vlc_block_helper.h
index 679d0e5152a9b335cd2bff18b8ea875187e5bc9c..4660f957fa4453be779584d019279ac97082e8fe 100644 (file)
@@ -87,6 +87,7 @@ static inline void block_BytestreamPush( block_bytestream_t *p_bytestream,
     if( !p_bytestream->p_block ) p_bytestream->p_block = p_block;
 }
 
+LIBVLC_USED
 static inline block_t *block_BytestreamPop( block_bytestream_t *p_bytestream )
 {
     block_t *p_block;