You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hls: pass AVFormatContext flags to sub demuxer
This commit is contained in:
@@ -1761,6 +1761,7 @@ static int hls_read_header(AVFormatContext *s)
|
||||
}
|
||||
pls->ctx->pb = &pls->pb;
|
||||
pls->ctx->io_open = nested_io_open;
|
||||
pls->ctx->flags |= s->flags;
|
||||
|
||||
if ((ret = ff_copy_whiteblacklists(pls->ctx, s)) < 0)
|
||||
goto fail;
|
||||
|
Reference in New Issue
Block a user