summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-25 03:34:40 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-25 03:35:09 +0200
commit0abfb0a9d8c430ffd7ddd5bbea05623353b15cf2 (patch)
tree92c785c69ea7e7ef21bde46f0d8fb1d8726e1317 /tests
parentbacbbd2b03210f7e2faecb1b320a3e7e7a57b041 (diff)
vocenc: change default codec to 16bit
Hardly anyone would want 8bit today, 16bit is a much more reasonable default. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/lavf-regression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index 4d908aaacf..29f9ba17e9 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -282,7 +282,7 @@ do_audio_only aif
fi
if [ -n "$do_voc" ] ; then
-do_audio_only voc
+do_audio_only voc "" "-acodec pcm_u8"
fi
if [ -n "$do_voc_s16" ] ; then