]> git.sesse.net Git - ffmpeg/commitdiff
fate: Increase the tolerance in the lavr tests
authorMartin Storsjö <martin@martin.st>
Thu, 17 Oct 2013 08:38:58 +0000 (11:38 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 17 Oct 2013 16:09:50 +0000 (19:09 +0300)
A few fate instances on OS/2, OpenBSD, FreeBSD and IA64 linux currently
still fail a few tests with a maxdiff of 6.

Signed-off-by: Martin Storsjö <martin@martin.st>
tests/fate/libavresample.mak

index 719669ef4f5d306333b1fe238ed5c557d22ad74d..6ae2ddcac60d9d056bc624cc8cabb4ed17fc9c47 100644 (file)
@@ -30,7 +30,7 @@ fate-lavr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
 fate-lavr-resample-$(3)-$(1)-$(2): CMD = avconv -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -ar $(2) -internal_sample_fmt $(3) -f $(4) -af atrim=end_sample=10240 -
 fate-lavr-resample-$(3)-$(1)-$(2): CMP = oneoff
 fate-lavr-resample-$(3)-$(1)-$(2): CMP_UNIT = $(5)
-fate-lavr-resample-$(3)-$(1)-$(2): FUZZ = 4
+fate-lavr-resample-$(3)-$(1)-$(2): FUZZ = 6
 fate-lavr-resample-$(3)-$(1)-$(2): REF = $(SAMPLES)/lavr/lavr-resample-$(3)-$(1)-$(2)
 endef