Commit f5da453b authored by wm4's avatar wm4

concatdec: pass AVFormatContext flags to sub demuxer

parent fcfc78cb
......@@ -322,6 +322,7 @@ static int open_file(AVFormatContext *avf, unsigned fileno)
if (!cat->avf)
return AVERROR(ENOMEM);
cat->avf->flags |= avf->flags;
cat->avf->interrupt_callback = avf->interrupt_callback;
if ((ret = ff_copy_whiteblacklists(cat->avf, avf)) < 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment