avformat: Add a protocol blacklisting API
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
@@ -106,5 +106,5 @@ int ff_tls_open_underlying(TLSShared *c, URLContext *parent, const char *uri, AV
|
||||
|
||||
return ffurl_open_whitelist(&c->tcp, buf, AVIO_FLAG_READ_WRITE,
|
||||
&parent->interrupt_callback, options,
|
||||
parent->protocol_whitelist);
|
||||
parent->protocol_whitelist, parent->protocol_blacklist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user