summaryrefslogtreecommitdiff
path: root/libavformat/libavformat.v
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-12 17:45:33 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-13 16:21:25 +0200
commitbc3d5173cc8f8be338c627fd5800fc042789c2d3 (patch)
treea4887d27cd0c562f30302d458b8845cc7cb8c695 /libavformat/libavformat.v
parent0ed0f2e56600d8b404c22530a75c11b60a5380a7 (diff)
downloadffmpeg-bc3d5173cc8f8be338c627fd5800fc042789c2d3.tar.gz
libavformat.v: export ffurl_protocol_next
This is used by avidemux, and is likely usefull to others too. Patch by: gruntster (Avidemux Rev 7990 — 2012-05-30 13:02:27) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r--libavformat/libavformat.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index f707e9c178..5f86d62130 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -20,6 +20,7 @@ LIBAVFORMAT_$MAJOR {
ffurl_seek;
ffurl_size;
ffurl_write;
+ ffurl_protocol_next;
url_open;
url_close;
url_write;