mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
tools/target_dec_fuzzer: Adjust threshold for TDSC
Fixes: Timeout Fixes: 376320337/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TDSC_fuzzer-6259585758855168 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:
@ -303,6 +303,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
case AV_CODEC_ID_SRGC: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_TARGA: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_TAK: maxsamples /= 1024; break;
|
||||
case AV_CODEC_ID_TDSC: maxpixels /= 128; break;
|
||||
case AV_CODEC_ID_TGV: maxpixels /= 32; break;
|
||||
case AV_CODEC_ID_THEORA: maxpixels /= 16384; break;
|
||||
case AV_CODEC_ID_TQI: maxpixels /= 1024; break;
|
||||
|
Reference in New Issue
Block a user