Commit fb2f1645 authored by Derek Buitenhuis's avatar Derek Buitenhuis

avformat: Fix member name 10L

The wrong member was remove/moved after review of the blacklist API.

10L cola.
Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent 61c554bd
...@@ -1832,11 +1832,11 @@ typedef struct AVFormatContext { ...@@ -1832,11 +1832,11 @@ typedef struct AVFormatContext {
#endif #endif
/** /**
* ',' separated list of disallowed protocols. * ',' separated list of allowed protocols.
* - encoding: unused * - encoding: unused
* - decoding: set by user through AVOptions (NO direct access) * - decoding: set by user through AVOptions (NO direct access)
*/ */
char *protocol_blacklist; char *protocol_whitelist;
/* /*
* A callback for opening new IO streams. * A callback for opening new IO streams.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment