From bc3d5173cc8f8be338c627fd5800fc042789c2d3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 12 Sep 2012 17:45:33 +0200 Subject: libavformat.v: export ffurl_protocol_next MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- libavformat/libavformat.v | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/libavformat.v') 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; -- cgit v1.2.3