[FFmpeg-cvslog] Do not decode the mp3 data in lavf test since that is not bit-exact.

Reimar Döffinger git at videolan.org
Sat Apr 7 16:35:50 CEST 2012


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sat Apr  7 16:33:43 2012 +0200| [e80ce4adeab179d0c4f7cb6a6e9f0efb3a631e6e] | committer: Reimar Döffinger

Do not decode the mp3 data in lavf test since that is not bit-exact.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e80ce4adeab179d0c4f7cb6a6e9f0efb3a631e6e
---

 tests/lavf-regression.sh |    2 +-
 tests/ref/lavf-fate/mp3  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 9e23430..9d450da 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -136,7 +136,7 @@ do_lavf mkv "-acodec mp2 -ab 64k -vcodec mpeg4"
 fi
 
 if [ -n "$do_mp3" ] ; then
-do_lavf_fate mp3 "mp3-conformance/he_32khz.bit"
+do_lavf_fate mp3 "mp3-conformance/he_32khz.bit" "-acodec copy"
 fi
 
 if [ -n "$do_ogg_vp3" ] ; then
diff --git a/tests/ref/lavf-fate/mp3 b/tests/ref/lavf-fate/mp3
index 8844634..48a5476 100644
--- a/tests/ref/lavf-fate/mp3
+++ b/tests/ref/lavf-fate/mp3
@@ -1,3 +1,3 @@
 67cbcc79f018afb68f7d81625bfa234c *./tests/data/lavf-fate/lavf.mp3
 97230 ./tests/data/lavf-fate/lavf.mp3
-./tests/data/lavf-fate/lavf.mp3 CRC=0x3364502f
+./tests/data/lavf-fate/lavf.mp3 CRC=0x6c9850fe



More information about the ffmpeg-cvslog mailing list