|
@@ -226,6 +226,9 @@ URLProtocol *av_protocol_next(URLProtocol *p); |
|
|
attribute_deprecated int register_protocol(URLProtocol *protocol); |
|
|
attribute_deprecated int register_protocol(URLProtocol *protocol); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* Registers the URLProtocol protocol. |
|
|
|
|
|
*/ |
|
|
int av_register_protocol(URLProtocol *protocol); |
|
|
int av_register_protocol(URLProtocol *protocol); |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|