diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-12 17:45:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-13 16:21:25 +0200 |
commit | bc3d5173cc8f8be338c627fd5800fc042789c2d3 (patch) | |
tree | a4887d27cd0c562f30302d458b8845cc7cb8c695 | |
parent | 0ed0f2e56600d8b404c22530a75c11b60a5380a7 (diff) | |
download | ffmpeg-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>
-rw-r--r-- | libavformat/libavformat.v | 1 |
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; |