diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-20 16:14:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-22 07:17:35 +0200 |
commit | fb42d156ed3a726f9a6c76025ea9e1237e6b4840 (patch) | |
tree | af930304e959118fed3abcae04c0cf7d3e5196c2 /tests | |
parent | b71389cbaee037f90ddaf4f7e8892a17831e860e (diff) | |
download | ffmpeg-fb42d156ed3a726f9a6c76025ea9e1237e6b4840.tar.gz |
movenc: use libx264 by default when possible for mov, mp4 and psp
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
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 |