Re: [FFmpeg-devel] [PATCH] avformat/mov: Ignore multiple STSC / STCO

2021-03-31 Thread Michael Niedermayer
On Wed, Mar 24, 2021 at 07:24:30PM +0100, Michael Niedermayer wrote: > Fixes: STSC / STCO inconsistency and assertion failure > Fixes: crbug1184666.mp4 > > Found-by: Chromium ASAN fuzzer > Reviewed-by: Matt Wolenetz > Signed-off-by: Michael Niedermayer > --- > libavformat/mov.c | 12 ---

[FFmpeg-devel] [PATCH] avformat/mov: Ignore multiple STSC / STCO

2021-03-24 Thread Michael Niedermayer
Fixes: STSC / STCO inconsistency and assertion failure Fixes: crbug1184666.mp4 Found-by: Chromium ASAN fuzzer Reviewed-by: Matt Wolenetz Signed-off-by: Michael Niedermayer --- libavformat/mov.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libavformat/mov.c b/