summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-10-06 22:47:33 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2009-10-06 22:47:33 +0000
commit9797ce58b7967b94cf70028e4a8159d654084695 (patch)
tree8c3724e25e2eaa3c109236f047c942c7897262d9 /tests/codec-regression.sh
parent96da1c51f6cc82288e05cf3fc53c10f7a94b9a21 (diff)
Add ALAC encoding and decoding regression tests.
Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 65273aa76e..49f4ce3a9d 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -431,6 +431,11 @@ do_audio_encoding adpcm_swf.flv "-ar 44100" "-acodec adpcm_swf"
do_audio_decoding
fi
+if [ -n "$do_alac" ] ; then
+do_audio_encoding alac.m4a "-ar 44100" "-acodec alac -compression_level 1"
+do_audio_decoding
+fi
+
if [ -n "$do_flac" ] ; then
do_audio_encoding flac.flac "-ar 44100" "-acodec flac -compression_level 2"
do_audio_decoding