diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-05-15 08:02:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-16 14:35:20 +0200 |
commit | 4735784f1ced27026fbeada5fd31505132e565e9 (patch) | |
tree | 4647705891947a495403758f5caa62a45b6c924c /tests/fate/opus.mak | |
parent | d3f5b94762fb803c0f3b29f9ad6c5eaa813998ba (diff) | |
download | ffmpeg-4735784f1ced27026fbeada5fd31505132e565e9.tar.gz |
FATE/opus: increase fuzz for the celt tests
This seems to be needed on some 32bit arches.
Diffstat (limited to 'tests/fate/opus.mak')
-rw-r--r-- | tests/fate/opus.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak index 6c8bc9bd2c..5c638ffe84 100644 --- a/tests/fate/opus.mak +++ b/tests/fate/opus.mak @@ -30,7 +30,7 @@ $(FATE_OPUS): CMP_UNIT = f32 $(FATE_OPUS): FUZZ = 3 $(FATE_OPUS_CELT): CMP = oneoff -$(FATE_OPUS_CELT): FUZZ = 5 +$(FATE_OPUS_CELT): FUZZ = 6 FATE_SAMPLES_AVCONV-$(call DEMDEC, MATROSKA, OPUS) += $(FATE_OPUS) fate-opus-celt: $(FATE_OPUS_CELT) |