From 93629735d76c09405248c1f6b2b2c5517fff88fd Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Thu, 3 Mar 2016 17:14:26 +0000 Subject: avformat: Add a protocol blacklisting API Signed-off-by: Derek Buitenhuis --- libavformat/subfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/subfile.c') 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; -- cgit v1.2.3