mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Add roqaudio regression test.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
5d6a40bc74
commit
c311afca0a
@ -453,6 +453,11 @@ do_audio_decoding "-ac 2"
|
||||
$tiny_psnr $pcm_dst $pcm_ref 2 640
|
||||
fi
|
||||
|
||||
if [ -n "$do_roqaudio" ] ; then
|
||||
do_audio_encoding roqaudio.roq "-ar 22050 -acodec roq_dpcm"
|
||||
do_audio_decoding "-ar 44100"
|
||||
fi
|
||||
|
||||
# AAC and nellymoser are not bit-exact across platforms,
|
||||
# they were moved to enc_dec_pcm tests instead.
|
||||
|
||||
|
4
tests/ref/acodec/roqaudio
Normal file
4
tests/ref/acodec/roqaudio
Normal file
@ -0,0 +1,4 @@
|
||||
3fe1e3c0feeb3963685e07c75d136ed0 *./tests/data/acodec/roqaudio.roq
|
||||
265992 ./tests/data/acodec/roqaudio.roq
|
||||
f27d1906e28e80f0955b75cc4ffe3601 *./tests/data/roqaudio.acodec.out.wav
|
||||
stddev: 4610.92 PSNR: 23.05 MAXDIFF:43883 bytes: 1058336/ 1058400
|
Loading…
Reference in New Issue
Block a user