From 9797ce58b7967b94cf70028e4a8159d654084695 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 6 Oct 2009 22:47:33 +0000 Subject: Add ALAC encoding and decoding regression tests. Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/codec-regression.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/codec-regression.sh') 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 -- cgit v1.2.1