summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-04 16:33:10 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-03-04 16:33:10 +0000
commitfb2f16459894f1f41fdf8c9e7383704d6d3591b0 (patch)
treee992a72562f7a9a2db39f45db488d8cd455082e1 /libavformat/avformat.h
parent61c554bd5feee96bbb3ffe62b37b09c824f9287d (diff)
avformat: Fix member name 10L
The wrong member was remove/moved after review of the blacklist API. 10L cola. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files 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.