[FFmpeg-cvslog] Test mp3 container muxing (and thus ID3 writing).

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


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Fri Apr  6 18:17:10 2012 +0200| [82ca1f800477c48d2195d5655cf5413d55a4ef6f] | committer: Reimar Döffinger

Test mp3 container muxing (and thus ID3 writing).

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

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

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

diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index df5cba7..9e23430 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -135,6 +135,10 @@ if [ -n "$do_mkv" ] ; then
 do_lavf mkv "-acodec mp2 -ab 64k -vcodec mpeg4"
 fi
 
+if [ -n "$do_mp3" ] ; then
+do_lavf_fate mp3 "mp3-conformance/he_32khz.bit"
+fi
+
 if [ -n "$do_ogg_vp3" ] ; then
 # -idct simple causes different results on different systems
 DEC_OPTS="$DEC_OPTS -idct auto"
diff --git a/tests/ref/lavf-fate/mp3 b/tests/ref/lavf-fate/mp3
new file mode 100644
index 0000000..8844634
--- /dev/null
+++ b/tests/ref/lavf-fate/mp3
@@ -0,0 +1,3 @@
+67cbcc79f018afb68f7d81625bfa234c *./tests/data/lavf-fate/lavf.mp3
+97230 ./tests/data/lavf-fate/lavf.mp3
+./tests/data/lavf-fate/lavf.mp3 CRC=0x3364502f



More information about the ffmpeg-cvslog mailing list