Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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