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/concat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/concat.c') diff --git a/libavformat/concat.c b/libavformat/concat.c index 190f36d43a..288bf14452 100644 --- a/libavformat/concat.c +++ b/libavformat/concat.c @@ -98,7 +98,7 @@ static av_cold int concat_open(URLContext *h, const char *uri, int flags) /* creating URLContext */ err = ffurl_open_whitelist(&uc, node_uri, flags, - &h->interrupt_callback, NULL, h->protocol_whitelist); + &h->interrupt_callback, NULL, h->protocol_whitelist, h->protocol_blacklist); if (err < 0) break; -- cgit v1.2.3