diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-27 21:29:47 +0100 |
---|---|---|
committer | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-10-29 23:48:13 +0100 |
commit | 41455dca60c4ad2b99c43482bc4bd26ed8493bac (patch) | |
tree | fdb51110599288cf09099b8394f80fdfad6467f4 | |
parent | 4d0d85c94ad9fe943e12b8db5fe4ed9df170c12c (diff) | |
download | ffmpeg-41455dca60c4ad2b99c43482bc4bd26ed8493bac.tar.gz |
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@gmail.com>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-rw-r--r-- | libavformat/libavformat.v | 3 |
1 files changed, 0 insertions, 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; |