mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00:00
Do not decode the mp3 data in lavf test since that is not bit-exact.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
4395c058d2
commit
e80ce4adea
@ -136,7 +136,7 @@ do_lavf mkv "-acodec mp2 -ab 64k -vcodec mpeg4"
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$do_mp3" ] ; then
|
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
|
fi
|
||||||
|
|
||||||
if [ -n "$do_ogg_vp3" ] ; then
|
if [ -n "$do_ogg_vp3" ] ; then
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
67cbcc79f018afb68f7d81625bfa234c *./tests/data/lavf-fate/lavf.mp3
|
67cbcc79f018afb68f7d81625bfa234c *./tests/data/lavf-fate/lavf.mp3
|
||||||
97230 ./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
|
||||||
|
Loading…
Reference in New Issue
Block a user