Module: libav Branch: master Commit: 4735784f1ced27026fbeada5fd31505132e565e9
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Thu May 15 08:02:59 2014 +0200 FATE/opus: increase fuzz for the celt tests This seems to be needed on some 32bit arches. --- tests/fate/opus.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak index 6c8bc9b..5c638ff 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) _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
