[SCM] libav/experimental: Revert r15615: Enable AC-3 decoding regression tests. AC-3 decoding regression test fails with gcc 2.95.3 because of missing SSE support.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:31:24 UTC 2013


The following commit has been merged in the experimental branch:
commit ede935a1bd35d041c889a6883596bfa305757b62
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Wed Oct 15 22:58:45 2008 +0000

    Revert r15615: Enable AC-3 decoding regression tests.
    AC-3 decoding regression test fails with gcc 2.95.3 because of missing
    SSE support.
    
    Originally committed as revision 15625 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/tests/ffmpeg.regression.ref b/tests/ffmpeg.regression.ref
index 25db4b9..7102ecb 100644
--- a/tests/ffmpeg.regression.ref
+++ b/tests/ffmpeg.regression.ref
@@ -177,9 +177,6 @@ stddev: 9328.41 PSNR: 16.92 bytes:  1055276/  1058444
 stddev: 4394.71 PSNR: 23.46 bytes:  1053352/  1058444
 aefe11ab5067621a1c674859d6413891 *./tests/data/a-ac3.rm
 98203 ./tests/data/a-ac3.rm
-39d5646cba5a6cfedfd58845e6df3c06 *./tests/data/ac3.vsynth.out.wav
-stddev:10496.20 PSNR: 15.90 bytes:  1056812/  1058444
-stddev: 4631.51 PSNR: 23.00 bytes:  1055788/  1058444
 39878597b1d65cce473639a7d8c93b02 *./tests/data/a-g726.wav
 24279 ./tests/data/a-g726.wav
 888f2f016e608d044a1bacbca5497ed2 *./tests/data/g726.vsynth.out.wav
diff --git a/tests/regression.sh b/tests/regression.sh
index d97d28e..24b42da 100755
--- a/tests/regression.sh
+++ b/tests/regression.sh
@@ -381,8 +381,9 @@ fi
 
 if [ -n "$do_ac3" ] ; then
 do_audio_encoding ac3.rm "" -vn
-do_audio_decoding
-$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile
+# gcc 2.95.3 compiled binaries decode ac3 differently because of missing SSE support
+#do_audio_decoding
+#$tiny_psnr $pcm_dst $pcm_ref 2 1024 >> $logfile
 fi
 
 if [ -n "$do_g726" ] ; then
diff --git a/tests/rotozoom.regression.ref b/tests/rotozoom.regression.ref
index ebc6355..1390ea2 100644
--- a/tests/rotozoom.regression.ref
+++ b/tests/rotozoom.regression.ref
@@ -177,9 +177,6 @@ stddev: 9328.41 PSNR: 16.92 bytes:  1055276/  1058444
 stddev: 4394.71 PSNR: 23.46 bytes:  1053352/  1058444
 aefe11ab5067621a1c674859d6413891 *./tests/data/a-ac3.rm
 98203 ./tests/data/a-ac3.rm
-39d5646cba5a6cfedfd58845e6df3c06 *./tests/data/ac3.rotozoom.out.wav
-stddev:10496.20 PSNR: 15.90 bytes:  1056812/  1058444
-stddev: 4631.51 PSNR: 23.00 bytes:  1055788/  1058444
 39878597b1d65cce473639a7d8c93b02 *./tests/data/a-g726.wav
 24279 ./tests/data/a-g726.wav
 888f2f016e608d044a1bacbca5497ed2 *./tests/data/g726.rotozoom.out.wav

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list