diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-09 00:10:07 +0200 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2012-04-12 20:27:47 +0200 |
commit | 912a838efe090b0f70429265badfcb8144becded (patch) | |
tree | b47cf76b683ae532a7a441f2f7657cfc374b6f16 /tests/lavf-regression.sh | |
parent | 8274b21c0935596c75fd2d6754bf90cc32e3e803 (diff) | |
download | ffmpeg-912a838efe090b0f70429265badfcb8144becded.tar.gz |
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-x | tests/lavf-regression.sh | 4 |
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" |