You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
urlprotocol: receive a list of protocols from the caller
This way, the decisions about which protocols are available for use in any given situations can be delegated to the caller.
This commit is contained in:
@@ -95,7 +95,7 @@ static av_cold int concat_open(URLContext *h, const char *uri, int flags)
|
||||
|
||||
/* creating URLContext */
|
||||
if ((err = ffurl_open(&uc, node_uri, flags,
|
||||
&h->interrupt_callback, NULL)) < 0)
|
||||
&h->interrupt_callback, NULL, h->protocols)) < 0)
|
||||
break;
|
||||
|
||||
/* creating size */
|
||||
|
||||
Reference in New Issue
Block a user