mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
tools/target_dec_fuzzer: Adjust threshold for MVDV
Fixes: Timeout Fixes: 50213/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MVDV_fuzzer-5228284098510848 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
628fb97efb
commit
e264a4a76e
@ -256,6 +256,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
case AV_CODEC_ID_MSZH: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_MTS2: maxpixels /= 4096; break;
|
||||
case AV_CODEC_ID_MVC2: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_MVDV: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_MWSC: maxpixels /= 256; break;
|
||||
case AV_CODEC_ID_MXPEG: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_NUV: maxpixels /= 128; break;
|
||||
|
Loading…
Reference in New Issue
Block a user