aboutsummaryrefslogtreecommitdiffstats
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 13:55:07 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 15:13:01 +0200
commitcb25a186eb4da5a4e1c943e89b9cf8a7852723c7 (patch)
tree656aad54d4d3be0d5220a408516992fecf5e5174 /tests/codec-regression.sh
parent815d8f8841ab5b76c373816c14987d248d18a0b7 (diff)
downloadffmpeg-cb25a186eb4da5a4e1c943e89b9cf8a7852723c7.tar.gz
Fix DCA regression test to work across architectures.
Only the decoding step is not bit-exact, so avoid checksum for that. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 54d206e89c..2f63b69cc8 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -441,7 +441,8 @@ fi
if [ -n "$do_dca" ] ; then
do_audio_encoding dca.dts "-strict -2 -channel_layout 3 -acodec dca"
-do_audio_decoding
+# decoding is not bit-exact, so skip md5 of decoded file
+do_audio_decoding_nomd5
$tiny_psnr $pcm_dst $pcm_ref 2 1920
fi