mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 09:12:33 +00:00
tools/target_dec_fuzzer: Adjust threshold for ylc
Fixes: timeout Fixes: 48523/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_YLC_fuzzer-5779666425741312 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
35ea9590ff
commit
6003fe6344
@ -287,6 +287,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
case AV_CODEC_ID_WMV3: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_WS_VQA: maxpixels /= 16384; break;
|
||||
case AV_CODEC_ID_WMALOSSLESS: maxsamples /= 1024; break;
|
||||
case AV_CODEC_ID_YLC: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_ZEROCODEC: maxpixels /= 128; break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user