[FFmpeg-cvslog] hls: pass AVFormatContext flags to sub demuxer
wm4
git at videolan.org
Thu Mar 9 17:28:29 EET 2017
ffmpeg | branch: master | wm4 <nfxjfg at googlemail.com> | Thu Mar 9 15:43:08 2017 +0100| [597c6b789efb8d3eec200eb4f38a3d8da591deec] | committer: wm4
hls: pass AVFormatContext flags to sub demuxer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=597c6b789efb8d3eec200eb4f38a3d8da591deec
---
libavformat/hls.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/hls.c b/libavformat/hls.c
index 3ae3c7c..c65a9f9 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;
More information about the ffmpeg-cvslog
mailing list