Re: [FFmpeg-devel] [PATCH 3/4] tools/target_dec_fuzzer: Adjust threshold for VP9

2019-11-24 Thread Michael Niedermayer
On Sat, Oct 19, 2019 at 12:19:23AM +0200, Michael Niedermayer wrote: > The threshold is chosen so that the worse frames would together not take > excessive time. > A better solution is welcome! > > Fixes: Timeout (308sec ->102ms) > Fixes: > 18314/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_

[FFmpeg-devel] [PATCH 3/4] tools/target_dec_fuzzer: Adjust threshold for VP9

2019-10-18 Thread Michael Niedermayer
The threshold is chosen so that the worse frames would together not take excessive time. A better solution is welcome! Fixes: Timeout (308sec ->102ms) Fixes: 18314/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP9_fuzzer-5701689176227840 Found-by: continuous fuzzing process https://github.c