summaryrefslogtreecommitdiff
path: root/tests/regression.sh
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-08-05 23:03:02 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-08-05 23:03:02 +0000
commit77c3fb9098cf73336bab34c2f78f50d8f3575038 (patch)
tree4af537d8a60b83813f47ce02e0357632154c2921 /tests/regression.sh
parentb91758de4833daf73106a35276cca050ea8cef84 (diff)
add dv 4:1:1 regression test
Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/regression.sh')
-rwxr-xr-xtests/regression.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression.sh b/tests/regression.sh
index 771ff40653..ea45557761 100755
--- a/tests/regression.sh
+++ b/tests/regression.sh
@@ -353,6 +353,9 @@ fi
if [ -n "$do_dv" ] ; then
do_video_encoding dv.dv "-dct int" "-s pal -an"
do_video_decoding "" "-s cif"
+
+do_video_encoding dv411.dv "-dct int" "-s pal -an -pix_fmt yuv411p"
+do_video_decoding "" "-s cif"
fi
if [ -n "$do_dv50" ] ; then