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>
This commit is contained in:
Reimar Döffinger 2012-04-07 13:55:07 +02:00
parent 815d8f8841
commit cb25a186eb
3 changed files with 7 additions and 2 deletions

View file

@ -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