Skip to content

Commit

Permalink
lavf/hls: do not transfer custom IO flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cboesch-gpsw committed May 22, 2017
1 parent 0dcac9c commit ef01061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libavformat/hls.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ef01061

Please sign in to comment.