]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
avformat: add windows.h to SChannel SSP TLS code
[ffmpeg] / libavformat / avio_internal.h
index ad505673c4dfac4c42f2e4cb334ecb4d3e91b4aa..f7c85882e7a2610e60b2ccdcf87b15dbe7a1236a 100644 (file)
@@ -149,6 +149,10 @@ int ffio_fdopen(AVIOContext **s, URLContext *h);
  */
 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);
+
 /**
  * Close a null buffer.
  *