]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
Merge commit '01f0e6a0c9270f1d5bef08459a6f167cf55e0596'
[ffmpeg] / libavformat / avio.h
index 7fbce32b6c9c48247b3b12e7cda7b8b9f854b5c6..23214031f10984f5e055c26403c0349dc35745a6 100644 (file)
@@ -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 */