From 41455dca60c4ad2b99c43482bc4bd26ed8493bac Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Tue, 27 Oct 2015 21:29:47 +0100 Subject: [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size They are not in public headers and not used outside of libavformat. Reviewed-by: Hendrik Leppkes Signed-off-by: Andreas Cadhalpun --- libavformat/libavformat.v | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index e90aef79ff..a00a3093c7 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -10,9 +10,6 @@ LIBAVFORMAT_$MAJOR { ffio_set_buf_size; ffurl_close; ffurl_open; - ffurl_read_complete; - ffurl_seek; - ffurl_size; ffurl_write; #those are deprecated, remove on next bump url_feof;