From fb2f16459894f1f41fdf8c9e7383704d6d3591b0 Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Fri, 4 Mar 2016 16:33:10 +0000 Subject: [PATCH] avformat: Fix member name 10L The wrong member was remove/moved after review of the blacklist API. 10L cola. Signed-off-by: Derek Buitenhuis --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index ef34c86129..a558f2d392 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1832,11 +1832,11 @@ typedef struct AVFormatContext { #endif /** - * ',' separated list of disallowed protocols. + * ',' separated list of allowed protocols. * - encoding: unused * - decoding: set by user through AVOptions (NO direct access) */ - char *protocol_blacklist; + char *protocol_whitelist; /* * A callback for opening new IO streams.