X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favio_internal.h;h=3867be6e97b73eee4970172c152d0245d8bf047a;hb=4b150fbe1f3905f8245f63d74ff72f2ef92d9717;hp=f7c85882e7a2610e60b2ccdcf87b15dbe7a1236a;hpb=8e2105297daecba193ce6f264becd2d5245f2d9d;p=ffmpeg diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h index f7c85882e7a..3867be6e97b 100644 --- a/libavformat/avio_internal.h +++ b/libavformat/avio_internal.h @@ -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.