[FFmpeg-cvslog] libavformat.v: export ffurl_protocol_next

Michael Niedermayer git at videolan.org
Thu Sep 13 16:52:06 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Sep 12 17:45:33 2012 +0200| [bc3d5173cc8f8be338c627fd5800fc042789c2d3] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc3d5173cc8f8be338c627fd5800fc042789c2d3
---

 libavformat/libavformat.v |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index f707e9c..5f86d62 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;



More information about the ffmpeg-cvslog mailing list