You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +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