]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
Merge commit '4426540f0c3ee516662f79d0a6ab5b95503b6611'
[ffmpeg] / libavformat / avio_internal.h
index 54bdfa1cf92dd9d62d205ba2283afb9672b3ca01..3867be6e97b73eee4970172c152d0245d8bf047a 100644 (file)
@@ -150,7 +150,7 @@ int ffio_open_null_buf(AVIOContext **s);
 
 int ffio_open_whitelist(AVIOContext **s, const char *url, int flags,
                          const AVIOInterruptCB *int_cb, AVDictionary **options,
-                         const char *whitelist);
+                         const char *whitelist, const char *blacklist);
 
 /**
  * Close a null buffer.