mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Test mp3 container muxing (and thus ID3 writing).
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
cb25a186eb
commit
82ca1f8004
@ -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"
|
||||
|
3
tests/ref/lavf-fate/mp3
Normal file
3
tests/ref/lavf-fate/mp3
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user