forked from FFmpeg/FFmpeg
tools/target_dec_fuzzer: Adjust Threshold for indeo5
Fixes: 379768251/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_INDEO5_fuzzer-5981329084186624 Fixes: Timeout 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
6ba33b50f5
commit
89efc6c97c
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
case AV_CODEC_ID_HQ_HQA: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_IFF_ILBM: maxpixels /= 4096; break;
|
||||
case AV_CODEC_ID_INDEO4: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_INDEO5: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_INTERPLAY_ACM: maxsamples /= 16384; break;
|
||||
case AV_CODEC_ID_JPEG2000: maxpixels /= 16384; break;
|
||||
case AV_CODEC_ID_LAGARITH: maxpixels /= 1024; break;
|
||||
|
|
Loading…
Add table
Reference in a new issue