]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/url.h
Merge commit '9ceed7af377cea6a430d63a2f5d5cf1afe0d4f05'
[ffmpeg] / libavformat / url.h
index 686fe29410df3be5443e61a331074650a5522728..712ea0f5b40b036b0462f20bc59f1dba53235e60 100644 (file)
@@ -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