projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed0f2e
)
libavformat.v: export ffurl_protocol_next
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 12 Sep 2012 15:45:33 +0000
(17:45 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/libavformat/libavformat.v
b/libavformat/libavformat.v
index f707e9c1783fad2fcf2f95674d64d03a70b7dd1b..5f86d62130707320fdda9dabd2041ff2f019e340 100644
(file)
--- 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;