mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
avio: make av_register_protocol2 internal.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user