diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-17 20:15:18 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-17 20:15:22 +0200 |
commit | 57c018d54272385afeb8e45972b36e9fc02d9732 (patch) | |
tree | 4e5b988b22c341a916356188ebd07c50bcc6b491 /tests | |
parent | 123c6ca80983d57392dae85576ed30f011e496bc (diff) | |
parent | a27f1116cdfe49ea5136f0460d6648aec517bb13 (diff) | |
download | ffmpeg-57c018d54272385afeb8e45972b36e9fc02d9732.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: Increase the tolerance in the lavr tests
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 48a81d06e0..d7c856ba43 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 = ffmpeg -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 |