mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
concatdec: pass AVFormatContext flags to sub demuxer
This commit is contained in:
parent
fcfc78cbab
commit
f5da453b06
2 changed files with 129 additions and 64 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue