[FFmpeg-cvslog] fate/swresample: fix FUZZ typo

Muhammad Faiz git at videolan.org
Wed Mar 8 16:58:11 EET 2017


ffmpeg | branch: master | Muhammad Faiz <mfcc64 at gmail.com> | Wed Mar  8 21:51:02 2017 +0700| [fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c] | committer: Muhammad Faiz

fate/swresample: fix FUZZ typo

unintentionally changed to 0.01 at
'61926b6c3e560283ef6c015d6d85c32716942833'

Signed-off-by: Muhammad Faiz <mfcc64 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe57bf7cd6ac8ffd8bcc398d50150cab1e55f84c
---

 tests/fate/libswresample.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fate/libswresample.mak b/tests/fate/libswresample.mak
index f2967cd..d07d027 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
 



More information about the ffmpeg-cvslog mailing list