summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-29 12:00:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2012-01-29 18:11:40 +0100
commit8e46e1222250e7786e21a478c32bec949d70e3bb (patch)
tree54d2d9202d64508825add106b4f0c8c37e4958f5 /tests/codec-regression.sh
parent15d838b7454faf0550168e548a14ba555d078f51 (diff)
fate: add yuv4 encoding/decoding test
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/codec-regression.sh')
-rwxr-xr-xtests/codec-regression.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
index a81cb6ef97..37c6e86b54 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -334,6 +334,11 @@ do_video_encoding yuv.avi "-an -vcodec rawvideo -pix_fmt yuv420p"
do_video_decoding "" "-pix_fmt yuv420p"
fi
+if [ -n "$do_yuv4" ] ; then
+do_video_encoding yuv4.avi "-an -c:v yuv4"
+do_video_decoding
+fi
+
if [ -n "$do_y41p" ] ; then
do_video_encoding y41p.avi "-an -c:v y41p"
do_video_decoding