]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
lavf/segment: add option to write empty filler segments as needed
[ffmpeg] / libavformat / avio_internal.h
index ad505673c4dfac4c42f2e4cb334ecb4d3e91b4aa..3867be6e97b73eee4970172c152d0245d8bf047a 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
@@ -149,6 +148,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, const char *blacklist);
+
 /**
  * Close a null buffer.
  *