diff options
author | Martin Storsjö <martin@martin.st> | 2013-10-17 11:38:58 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-10-17 19:09:50 +0300 |
commit | a27f1116cdfe49ea5136f0460d6648aec517bb13 (patch) | |
tree | 395516b5115989e6f34eb45fcb146f01ae2760df /tests | |
parent | f52fd3f3b26f0d80e4f0b374b7695383feca5b92 (diff) | |
download | ffmpeg-a27f1116cdfe49ea5136f0460d6648aec517bb13.tar.gz |
fate: Increase the tolerance in the lavr tests
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libavresample.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/libavresample.mak b/tests/fate/libavresample.mak index 719669ef4f..6ae2ddcac6 100644 --- a/tests/fate/libavresample.mak +++ b/tests/fate/libavresample.mak @@ -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 |