From ef01061225088c4945f5e309bc695ea5beb2a867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Mon, 22 May 2017 17:31:32 +0200 Subject: lavf/hls: do not transfer custom IO flag See 0dcac9c3f0f8f32009098edb704fac4b08bac951 --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/hls.c') diff --git a/libavformat/hls.c b/libavformat/hls.c index bac53a4350..0c7283d974 100644 --- a/libavformat/hls.c +++ b/libavformat/hls.c @@ -1761,7 +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; + pls->ctx->flags |= s->flags & ~AVFMT_FLAG_CUSTOM_IO; if ((ret = ff_copy_whiteblacklists(pls->ctx, s)) < 0) goto fail; -- cgit v1.2.3