Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-09 02:10:07 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-12 22:27:47 +0400
commit912a838efe090b0f70429265badfcb8144becded (patch)
treeb47cf76b683ae532a7a441f2f7657cfc374b6f16 /tests/lavf-regression.sh
parent8274b21c0935596c75fd2d6754bf90cc32e3e803 (diff)
latmenc: fix muxing of byte-aligned DSE.
This will only work for DSEs that are first in a packet, but that is enough to fix handling of the reference files in fate-suite/aac (though most of them still have other issues). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 66e394c687..24a0c64ce8 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -139,6 +139,10 @@ if [ -n "$do_mp3" ] ; then
do_lavf_fate mp3 "mp3-conformance/he_32khz.bit" "-acodec copy"
fi
+if [ -n "$do_latm" ] ; then
+do_lavf_fate latm "aac/al04_44.mp4" "-acodec copy"
+fi
+
if [ -n "$do_ogg_vp3" ] ; then
# -idct simple causes different results on different systems
DEC_OPTS="$DEC_OPTS -idct auto"