]> git.sesse.net Git - ffmpeg/commit
avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()
authorMichael Niedermayer <michael@niedermayer.cc>
Mon, 22 Mar 2021 14:22:35 +0000 (15:22 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 31 Mar 2021 21:09:35 +0000 (23:09 +0200)
commit87d87e6587deec1fa8ed5f5c6901535becdb0358
treee20c85037c22d63490e424699c7d91c01ee4b0b6
parent2611d20d353026f996cb9aaced8b35db37f490d4
avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()

Fixes: out of array access
Fixes: 31201/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-4627865612189696.fuzz
Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/mpegvideo.c