hls: pass AVFormatContext flags to sub demuxer

pull/230/merge
wm4 8 years ago
parent f5da453b06
commit 597c6b789e
  1. 1
      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;

Loading…
Cancel
Save