summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-20 16:14:58 +0200
committerAnton Khirnov <anton@khirnov.net>2011-08-22 07:17:35 +0200
commitfb42d156ed3a726f9a6c76025ea9e1237e6b4840 (patch)
treeaf930304e959118fed3abcae04c0cf7d3e5196c2 /tests/lavf-regression.sh
parentb71389cbaee037f90ddaf4f7e8892a17831e860e (diff)
movenc: use libx264 by default when possible for mov, mp4 and psp
Diffstat (limited to 'tests/lavf-regression.sh')
-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 8ed92771d0..1d7f640124 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -87,7 +87,7 @@ do_lavf flv -an
fi
if [ -n "$do_mov" ] ; then
-do_lavf mov "-acodec pcm_alaw"
+do_lavf mov "-acodec pcm_alaw -c:v mpeg4"
fi
if [ -n "$do_dv_fmt" ] ; then