X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favio.h;h=23214031f10984f5e055c26403c0349dc35745a6;hb=8cd1323103d3a287eeba5cac32e00cd7314c02bd;hp=7fbce32b6c9c48247b3b12e7cda7b8b9f854b5c6;hpb=c82d31808bdcbafb1489cfb5d8e22c5272b484eb;p=ffmpeg diff --git a/libavformat/avio.h b/libavformat/avio.h index 7fbce32b6c9..23214031f10 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -254,6 +254,11 @@ typedef struct AVIOContext { * ',' separated list of allowed protocols. */ const char *protocol_whitelist; + + /** + * ',' separated list of disallowed protocols. + */ + const char *protocol_blacklist; } AVIOContext; /* unbuffered I/O */