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/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/hls.c') diff --git a/libavformat/hls.c b/libavformat/hls.c index 171544501b..61ab5c8435 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -1619,7 +1619,7 @@ static int hls_read_header(AVFormatContext *s) pls->ctx->io_open = nested_io_open; pls->stream_offset = stream_offset; - if ((ret = ff_copy_whitelists(pls->ctx, s)) < 0) + if ((ret = ff_copy_whiteblacklists(pls->ctx, s)) < 0) goto fail; ret = avformat_open_input(&pls->ctx, pls->segments[0]->url, in_fmt, NULL); -- cgit v1.2.3