tools/target_dec_fuzzer: adjust threshold for VP8
Fixes: Timeout Fixes: 416589179/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP8_fuzzer-5432788428062720 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
a8c21a7158
commit
f06474faf8
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
case AV_CODEC_ID_VP6F: maxpixels /= 4096; break;
|
||||
case AV_CODEC_ID_VP6A: maxpixels /= 4096; break;
|
||||
case AV_CODEC_ID_VP7: maxpixels /= 256; break;
|
||||
case AV_CODEC_ID_VP8: maxpixels /= 256; break;
|
||||
case AV_CODEC_ID_VP9: maxpixels /= 4096; break;
|
||||
case AV_CODEC_ID_WAVPACK: maxsamples /= 1024; break;
|
||||
case AV_CODEC_ID_WCMV: maxpixels /= 1024; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue