They are not in public headers and not used outside of libavformat. Signed-off-by: Andreas Cadhalpun <andreas.cadhal...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel