Remove AAC and nellymoser tests that do not work.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
Reimar Döffinger 2012-04-07 13:22:51 +02:00
parent 796097c696
commit 10e3dd15a5
3 changed files with 2 additions and 21 deletions

View File

@ -439,12 +439,6 @@ do_audio_encoding flac.flac "-acodec flac -compression_level 2"
do_audio_decoding do_audio_decoding
fi fi
if [ -n "$do_aac" ] ; then
do_audio_encoding aac.aac "-b:a 512k -strict -2 -acodec aac"
do_audio_decoding
$tiny_psnr $pcm_dst $pcm_ref 2 4096
fi
if [ -n "$do_dca" ] ; then if [ -n "$do_dca" ] ; then
do_audio_encoding dca.dts "-strict -2 -channel_layout 3 -acodec dca" do_audio_encoding dca.dts "-strict -2 -channel_layout 3 -acodec dca"
do_audio_decoding do_audio_decoding
@ -457,11 +451,8 @@ do_audio_decoding "-ac 2"
$tiny_psnr $pcm_dst $pcm_ref 2 640 $tiny_psnr $pcm_dst $pcm_ref 2 640
fi fi
if [ -n "$do_nellymoser" ] ; then # AAC and nellymoser are not bit-exact across platforms,
do_audio_encoding nellymoser.flv "-ac 1 -acodec nellymoser" # they were moved to enc_dec_pcm tests instead.
do_audio_decoding "-ac 2"
$tiny_psnr $pcm_dst $pcm_ref 2 252
fi
#if [ -n "$do_vorbis" ] ; then #if [ -n "$do_vorbis" ] ; then
# vorbis # vorbis

View File

@ -1,5 +0,0 @@
021a46cb2d8edd42b8c4e1afa31b3896 *./tests/data/acodec/aac.aac
206625 ./tests/data/acodec/aac.aac
17bff7905bed1a3defb62febf64b7532 *./tests/data/aac.acodec.out.wav
stddev:10838.47 PSNR: 15.63 MAXDIFF:65356 bytes: 1064960/ 1058400
stddev: 1862.44 PSNR: 30.93 MAXDIFF:43902 bytes: 1060864/ 1058400

View File

@ -1,5 +0,0 @@
46830431216729f78e15c634e91e6ebf *./tests/data/acodec/nellymoser.flv
82916 ./tests/data/acodec/nellymoser.flv
ae1e5ec9f206e0e665e54c1c4559fc61 *./tests/data/nellymoser.acodec.out.wav
stddev:10148.84 PSNR: 16.20 MAXDIFF:55923 bytes: 1058816/ 1058400
stddev: 8398.32 PSNR: 17.85 MAXDIFF:55915 bytes: 1058564/ 1058400