URLProtocol.url_open2

This callback is to be used by protocols which open further nested protocols. options are then to be passed to ffurl_open()/ffurl_connect() for those nested protocols.

struct URLProtocol
int function(URLContext* h, const char* url, int flags, AVDictionary** options) url_open2;

Meta