Re: [FFmpeg-devel] [PATCH] avformat/mov: Ignore duplicate ftyp

2023-12-05 Thread Michael Niedermayer
On Mon, Dec 04, 2023 at 10:05:43AM -0800, Dale Curtis wrote: > Thanks! lgtm, defer to you on FF_COMPLIANCE_STRICT. applied with FF_COMPLIANCE_STRICT check thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. si

Re: [FFmpeg-devel] [PATCH] avformat/mov: Ignore duplicate ftyp

2023-12-04 Thread Dale Curtis
Thanks! lgtm, defer to you on FF_COMPLIANCE_STRICT. On Fri, Dec 1, 2023 at 3:59 PM wrote: > > > On 2 Dec 2023, at 0:26, Michael Niedermayer wrote: > > > Fixes: switch_1080p_720p.mp4 > > Found-by: Dale Curtis > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/mov.c | 6 -- > >

Re: [FFmpeg-devel] [PATCH] avformat/mov: Ignore duplicate ftyp

2023-12-01 Thread epirat07
On 2 Dec 2023, at 0:26, Michael Niedermayer wrote: > Fixes: switch_1080p_720p.mp4 > Found-by: Dale Curtis > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/libavformat/mov.c b/libavformat/mov.c > inde

[FFmpeg-devel] [PATCH] avformat/mov: Ignore duplicate ftyp

2023-12-01 Thread Michael Niedermayer
Fixes: switch_1080p_720p.mp4 Found-by: Dale Curtis Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index f7b5ec7a352..fb5d6f49138 100644 --- a/libavformat/mov.c +++ b/libavfor