Re: [FFmpeg-devel] [PATCH v3 5/6] ffmpeg: move field order decision making to encoder initialization

2020-10-27 Thread Jan Ekström
On Tue, Oct 27, 2020, 13:13 Anton Khirnov wrote: > > Quoting Jan Ekström (2020-10-16 15:16:48) > > We now have the possibility of getting AVFrames here, and we should > > not touch the muxer's codecpar after writing the header. > > --- > > fftools/ffmpeg.c | 27

Re: [FFmpeg-devel] [PATCH v3 5/6] ffmpeg: move field order decision making to encoder initialization

2020-10-27 Thread Anton Khirnov
Quoting Jan Ekström (2020-10-16 15:16:48) > We now have the possibility of getting AVFrames here, and we should > not touch the muxer's codecpar after writing the header. > --- > fftools/ffmpeg.c | 27 ++- >

[FFmpeg-devel] [PATCH v3 5/6] ffmpeg: move field order decision making to encoder initialization

2020-10-16 Thread Jan Ekström
We now have the possibility of getting AVFrames here, and we should not touch the muxer's codecpar after writing the header. --- fftools/ffmpeg.c | 27 ++- .../fate/concat-demuxer-extended-lavf-mxf_d10 | 2 +-