diff options
author | Muhammad Faiz <mfcc64@gmail.com> | 2017-03-08 21:51:02 +0700 |
---|---|---|
committer | Muhammad Faiz <mfcc64@gmail.com> | 2017-03-08 21:51:02 +0700 |
commit | fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c (patch) | |
tree | 72dc3986c621c27c4fbf5f3f621f885328b8b987 | |
parent | 1d0bad421ceb5c0040819a0c9f8e66a7bf4a5fd2 (diff) | |
download | ffmpeg-fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c.tar.gz |
fate/swresample: fix FUZZ typo
unintentionally changed to 0.01 at
'61926b6c3e560283ef6c015d6d85c32716942833'
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
-rw-r--r-- | tests/fate/libswresample.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/libswresample.mak b/tests/fate/libswresample.mak index f2967cdd2b..d07d0270ef 100644 --- a/tests/fate/libswresample.mak +++ b/tests/fate/libswresample.mak @@ -362,7 +362,7 @@ fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/dat fate-swr-resample_async-$(3)-$(1)-$(2): CMP = stddev fate-swr-resample_async-$(3)-$(1)-$(2): CMP_UNIT = $(5) -fate-swr-resample_async-$(3)-$(1)-$(2): FUZZ = 0.01 +fate-swr-resample_async-$(3)-$(1)-$(2): FUZZ = 0.1 fate-swr-resample_async-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav endef |