X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fhls.c;h=c65a9f9e87b03c588f266827716638ced1a34fc0;hb=67817468d3fdabce64239c75c216337f66136682;hp=3ae3c7cc5c03366d614813def91d6074ea3e6798;hpb=ba5d08938130b2545f8b3e73a701989563316e49;p=ffmpeg diff --git a/libavformat/hls.c b/libavformat/hls.c index 3ae3c7cc5c0..c65a9f9e87b 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -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;