diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-04 11:53:44 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-01-04 11:53:44 +0000 |
commit | 6fd96d1a85f3b81a1dbf08b79ba395506471ded0 (patch) | |
tree | 50aff50d56d178128d75a120a387f46b116d4965 /tests/codec-regression.sh | |
parent | 6780f488467f75444317a95f00f35c26453f4e96 (diff) | |
download | ffmpeg-6fd96d1a85f3b81a1dbf08b79ba395506471ded0.tar.gz |
Change the AC-3 encoder to use floating-point.
Fixed-point AC-3 encoder renamed to ac3_fixed.
Regression test acodec-ac3 renamed to acodec-ac3_fixed.
Regression test lavf-rm changed to use ac3_fixed encoder.
Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-x | tests/codec-regression.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 2a2ca1cb21..71d50a1298 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -269,8 +269,8 @@ do_audio_decoding $tiny_psnr $pcm_dst $pcm_ref 2 1924 >> $logfile fi -if [ -n "$do_ac3" ] ; then -do_audio_encoding ac3.rm "" -vn +if [ -n "$do_ac3_fixed" ] ; then +do_audio_encoding ac3.rm "" "-vn -acodec ac3_fixed" # binaries configured with --disable-sse decode ac3 differently #do_audio_decoding #$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile |