summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-04-10 17:46:42 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-04-10 17:46:42 +0000
commitf77dddfcc33dc01da561506f948a6d1f793685f7 (patch)
tree5137f6cf4d86c0bcd926bca56c11c82cadcb3e2d /tests/codec-regression.sh
parentf7a2aab7d88315d000994c84a99d25ec1fe53095 (diff)
Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and
not disabled. Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 7df4286d82..5897f03a4a 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -387,7 +387,7 @@ fi
if [ -n "$do_ac3" ] ; then
do_audio_encoding ac3.rm "" -vn
-# gcc 2.95.3 compiled binaries decode ac3 differently because of missing SSE support
+# binaries configured with --disable-sse decode ac3 differently
#do_audio_decoding
#$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile
fi