diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-15 06:35:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-15 06:35:35 +0200 |
commit | 2b58c9c945f7aa2062cbdd204d51949a225b3480 (patch) | |
tree | 6e42bde317faae93c7abea951f4274977ac93082 /tests | |
parent | 0bf25c7b08d45e8023e11ebaa61c3abea649bd31 (diff) | |
download | ffmpeg-2b58c9c945f7aa2062cbdd204d51949a225b3480.tar.gz |
swresample/resample_template: try to consider src_size more exactly
This should avoid slight differences in the output causes by input
size alignment differences between archs
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/libswresample.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/libswresample.mak b/tests/fate/libswresample.mak index cc9dd7672f..0f86d4d3f9 100644 --- a/tests/fate/libswresample.mak +++ b/tests/fate/libswresample.mak @@ -326,13 +326,13 @@ fate-swr-resample_nn-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav fate-swr-resample_nn-fltp-44100-8000: CMP_TARGET = 590.98 fate-swr-resample_nn-fltp-44100-8000: SIZE_TOLERANCE = 529200 - 20486 -fate-swr-resample_nn-fltp-8000-44100: CMP_TARGET = 3163.03 +fate-swr-resample_nn-fltp-8000-44100: CMP_TARGET = 3163.32 fate-swr-resample_nn-fltp-8000-44100: SIZE_TOLERANCE = 96000 - 20480 fate-swr-resample_nn-s16p-44100-8000: CMP_TARGET = 590.97 fate-swr-resample_nn-s16p-44100-8000: SIZE_TOLERANCE = 529200 - 20486 -fate-swr-resample_nn-s16p-8000-44100: CMP_TARGET = 3163.10 +fate-swr-resample_nn-s16p-8000-44100: CMP_TARGET = 3163.39 fate-swr-resample_nn-s16p-8000-44100: SIZE_TOLERANCE = 96000 - 20480 endef |