mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
concatdec: pass AVFormatContext flags to sub demuxer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user