Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Ensure keyframe offset in valid range

2025-07-22 Thread Tomas Härdin
ons 2025-07-16 klockan 11:57 +0800 skrev Zhao Zhili: > From: Zhao Zhili > > Fix assert failure. > Fix #11666. Saw this ticket, but I was busy with other things and forgot about it > @@ -2100,9 +2111,17 @@ static void > mxf_write_index_table_segment(AVFormatContext *s) > avio_w8(pb,

Re: [FFmpeg-devel] [PATCH] avformat/mxfenc: Ensure keyframe offset in valid range

2025-07-21 Thread Zhao Zhili
Ping. > On Jul 16, 2025, at 11:57, Zhao Zhili wrote: > > From: Zhao Zhili > > Fix assert failure. > Fix #11666. > --- > libavformat/mxfenc.c | 43 --- > 1 file changed, 36 insertions(+), 7 deletions(-) > > diff --git a/libavformat/mxfenc.c b/libavformat/