From 6fd96d1a85f3b81a1dbf08b79ba395506471ded0 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 4 Jan 2011 11:53:44 +0000 Subject: 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 --- tests/codec-regression.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/codec-regression.sh') diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index 2a2ca1c..71d50a1 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 -- cgit v1.1