]> 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 f7c85882e7a2610e60b2ccdcf87b15dbe7a1236a..3867be6e97b73eee4970172c152d0245d8bf047a 100644 (file)
@@ -1,5 +1,4 @@
 /*
- *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
@@ -151,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.