summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-13 08:37:13 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-16 20:24:20 +0200
commit4f4f33844a7369e5579912cc02f3c5376b1e6872 (patch)
treed585c43840f102edd2e10174a39b13081b4d7c1c /tests/codec-regression.sh
parenta3f2f766afe6aa86f56c293875d627f30233cfad (diff)
avconv: use stream copy by default when possible.
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index 708509c29d..881591e798 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -320,12 +320,12 @@ fi
if [ -n "$do_wmav1" ] ; then
do_audio_encoding wmav1.asf "-acodec wmav1"
-do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -f wav
+do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -f wav -acodec pcm_s16le
$tiny_psnr $pcm_dst $pcm_ref 2 8192
fi
if [ -n "$do_wmav2" ] ; then
do_audio_encoding wmav2.asf "-acodec wmav2"
-do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -f wav
+do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -f wav -acodec pcm_s16le
$tiny_psnr $pcm_dst $pcm_ref 2 8192
fi