avio: make av_register_protocol2 internal.

This commit is contained in:
Anton Khirnov
2011-04-04 20:35:04 +02:00
parent 80c6e238b0
commit 8e76a19b63
4 changed files with 19 additions and 5 deletions

View File

@@ -131,4 +131,11 @@ int64_t ffurl_size(URLContext *h);
*/
int ffurl_get_file_handle(URLContext *h);
/**
* Register the URLProtocol protocol.
*
* @param size the size of the URLProtocol struct referenced
*/
int ffurl_register_protocol(URLProtocol *protocol, int size);
#endif //AVFORMAT_URL_H