diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-11 16:49:21 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-11 18:17:18 +0100 |
commit | 351e625d60165be67c362af6e96ead6c9262623f (patch) | |
tree | ea3c1eeceb6eb4b2a27cfcec48955e7fb7353e12 /tests/fate | |
parent | 6770a9d6898a0c7561586dabd7a4e5b5187bed62 (diff) | |
download | ffmpeg-streaming-351e625d60165be67c362af6e96ead6c9262623f.zip ffmpeg-streaming-351e625d60165be67c362af6e96ead6c9262623f.tar.gz |
swresample/resample: increase precision for compensation
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/libswresample.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fate/libswresample.mak b/tests/fate/libswresample.mak index e48170d..064c0f6 100644 --- a/tests/fate/libswresample.mak +++ b/tests/fate/libswresample.mak @@ -366,16 +366,16 @@ 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 -fate-swr-resample_async-fltp-44100-8000: CMP_TARGET = 4031.48 +fate-swr-resample_async-fltp-44100-8000: CMP_TARGET = 4020.62 fate-swr-resample_async-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20310 -fate-swr-resample_async-fltp-8000-44100: CMP_TARGET = 11185.34 +fate-swr-resample_async-fltp-8000-44100: CMP_TARGET = 11186.69 fate-swr-resample_async-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20344 -fate-swr-resample_async-s16p-44100-8000: CMP_TARGET = 4031.59 +fate-swr-resample_async-s16p-44100-8000: CMP_TARGET = 4020.73 fate-swr-resample_async-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20310 -fate-swr-resample_async-s16p-8000-44100: CMP_TARGET = 11185.65 +fate-swr-resample_async-s16p-8000-44100: CMP_TARGET = 11187.01 fate-swr-resample_async-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20344 $(call CROSS_TEST,$(SAMPLERATES),ARESAMPLE,s16p,s16le,s16) |