[FFmpeg-devel] [PATCH] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size
Andreas Cadhalpun
andreas.cadhalpun at googlemail.com
Tue Oct 27 21:58:06 CET 2015
They are not in public headers and not used outside of libavformat.
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
---
It's been a year since the last attempt to remove these [1].
Bad enough that ffserver still uses private functions, but keeping even
more in the ABI for some unnamed third party applications is just wrong.
1: https://ffmpeg.org/pipermail/ffmpeg-devel/2014-August/160951.html
---
libavformat/libavformat.v | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index e90aef7..a00a309 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;
--
2.6.1
More information about the ffmpeg-devel
mailing list