mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tools/target_dec_fuzzer: Adjust threshold for libvorbis
Fixes: Timeout Fixes: 33513/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LIBVORBIS_fuzzer-6481006635909120 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
7666d588ba
commit
69aa2488fc
@ -176,6 +176,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
case AV_CODEC_ID_INTERPLAY_ACM: maxsamples /= 16384; break;
|
||||
case AV_CODEC_ID_JPEG2000: maxpixels /= 16; break;
|
||||
case AV_CODEC_ID_LAGARITH: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_VORBIS: maxsamples /= 1024; break;
|
||||
case AV_CODEC_ID_LSCR: maxpixels /= 16; break;
|
||||
case AV_CODEC_ID_MOTIONPIXELS:maxpixels /= 256; break;
|
||||
case AV_CODEC_ID_MP4ALS: maxsamples /= 65536; break;
|
||||
|
Loading…
Reference in New Issue
Block a user