Re: [FFmpeg-devel] [PATCH] avcodec/h264_picture: wait for the second slice to apply film grain on interlaced content

2021-09-14 Thread Michael Niedermayer
On Tue, Sep 14, 2021 at 09:59:02AM -0300, James Almer wrote: > Fixes: Assertion failure > Fixes: > clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-6581961297100800 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg >

[FFmpeg-devel] [PATCH] avcodec/h264_picture: wait for the second slice to apply film grain on interlaced content

2021-09-14 Thread James Almer
Fixes: Assertion failure Fixes: clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_H264_fuzzer-6581961297100800 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: James Almer --- libavcodec/h264_picture.c | 2 +- 1 file changed, 1