]> git.sesse.net Git - ffmpeg/commitdiff
libavformat.v: export ffurl_protocol_next
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 12 Sep 2012 15:45:33 +0000 (17:45 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 13 Sep 2012 14:21:25 +0000 (16:21 +0200)
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>
libavformat/libavformat.v

index f707e9c1783fad2fcf2f95674d64d03a70b7dd1b..5f86d62130707320fdda9dabd2041ff2f019e340 100644 (file)
@@ -20,6 +20,7 @@ LIBAVFORMAT_$MAJOR {
                 ffurl_seek;
                 ffurl_size;
                 ffurl_write;
+                ffurl_protocol_next;
                 url_open;
                 url_close;
                 url_write;