summaryrefslogtreecommitdiff
path: root/libavformat/libavformat.v
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-27 21:29:47 +0100
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-10-29 23:48:13 +0100
commit41455dca60c4ad2b99c43482bc4bd26ed8493bac (patch)
treefdb51110599288cf09099b8394f80fdfad6467f4 /libavformat/libavformat.v
parent4d0d85c94ad9fe943e12b8db5fe4ed9df170c12c (diff)
downloadffmpeg-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>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v3
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;