summaryrefslogtreecommitdiff
path: root/libavformat/url.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-30 17:48:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-10-30 17:48:47 +0100
commit7f019129e1bdeeb7fd0af05dc002b133df530f03 (patch)
tree75e3953c29f71faab22ae4cffc69e5d8acc405a2 /libavformat/url.h
parent94a80e36d307a5fbd8f2df1fa0cf8699bfad0ac9 (diff)
parent0c5f839693da2276c2da23400f67a67be4ea0af1 (diff)
downloadffmpeg-7f019129e1bdeeb7fd0af05dc002b133df530f03.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavf: Remove a now useless parameter to ffurl_register_protocol Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/url.h')
-rw-r--r--libavformat/url.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavformat/url.h b/libavformat/url.h
index 686fe29410..712ea0f5b4 100644
--- a/libavformat/url.h
+++ b/libavformat/url.h
@@ -226,10 +226,8 @@ int ffurl_shutdown(URLContext *h, int flags);
/**
* Register the URLProtocol protocol.
- *
- * @param size the size of the URLProtocol struct referenced
*/
-int ffurl_register_protocol(URLProtocol *protocol, int size);
+int ffurl_register_protocol(URLProtocol *protocol);
/**
* Check if the user has requested to interrup a blocking function