[FFmpeg-cvslog] avformat: stop exporting ffurl_read_complete, ffurl_seek and ffurl_size
Andreas Cadhalpun
git at videolan.org
Thu Oct 29 23:51:46 CET 2015
ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Tue Oct 27 21:29:47 2015 +0100| [41455dca60c4ad2b99c43482bc4bd26ed8493bac] | committer: Andreas Cadhalpun
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 <h.leppkes at gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41455dca60c4ad2b99c43482bc4bd26ed8493bac
---
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;
More information about the ffmpeg-cvslog
mailing list