mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
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:
parent
815d8f8841
commit
cb25a186eb
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue