mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-19 05:40:56 +00:00
tools/target_dec_fuzzer: Adjust threshold for APE
Fixes: Timeout Fixes: 57889/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5262308950802432 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
b2a3279dbe
commit
f6dffe6fc4
@ -211,6 +211,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
case AV_CODEC_ID_AASC: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_AGM: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_ANM: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_APE: maxsamples /= 16384; break;
|
||||
case AV_CODEC_ID_ARBC: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_ARGO: maxpixels /= 1024; break;
|
||||
case AV_CODEC_ID_BETHSOFTVID: maxpixels /= 8192; break;
|
||||
|
Loading…
Reference in New Issue
Block a user