summaryrefslogtreecommitdiff
path: root/libavformat/subfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/subfile.c')
-rw-r--r--libavformat/subfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/subfile.c b/libavformat/subfile.c
index 8a3c167d74..fdd328a084 100644
--- a/libavformat/subfile.c
+++ b/libavformat/subfile.c
@@ -78,7 +78,7 @@ static int subfile_open(URLContext *h, const char *filename, int flags,
}
av_strstart(filename, "subfile:", &filename);
ret = ffurl_open_whitelist(&c->h, filename, flags, &h->interrupt_callback,
- options, h->protocol_whitelist);
+ options, h->protocol_whitelist, h->protocol_blacklist);
if (ret < 0)
return ret;
c->pos = c->start;