]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
lavf/riffenc: Handle AV_PIX_FMT_MONOBLACK
[ffmpeg] / libavformat / avio.h
index c3c0b73f2c035f9541ed9aa2d14253c54fddf16b..7fbce32b6c9c48247b3b12e7cda7b8b9f854b5c6 100644 (file)
@@ -249,6 +249,11 @@ typedef struct AVIOContext {
      * This is current internal only, do not use from outside.
      */
     int short_seek_threshold;
+
+    /**
+     * ',' separated list of allowed protocols.
+     */
+    const char *protocol_whitelist;
 } AVIOContext;
 
 /* unbuffered I/O */