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.