summaryrefslogtreecommitdiff
path: root/tests/codec-regression.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-11 23:58:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-12 00:19:32 +0200
commit83630f79eca40e0d662ce157585a6f4c961c5c14 (patch)
treecec040bc920aa85ff8e8e006136aeeb16a8ac568 /tests/codec-regression.sh
parentce10e858a756f28b4d56e610152c9f7c9bae2643 (diff)
regtests: add grayscale qtrle
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 95b99e351a..5f4e539381 100755
--- a/tests/codec-regression.sh
+++ b/tests/codec-regression.sh
@@ -263,6 +263,11 @@ do_video_encoding qtrle.mov "-an -vcodec qtrle"
do_video_decoding "" "-pix_fmt yuv420p"
fi
+if [ -n "$do_qtrlegray" ] ; then
+do_video_encoding qtrlegray.mov "-an -vcodec qtrle -pix_fmt gray"
+do_video_decoding "" "-pix_fmt yuv420p"
+fi
+
if [ -n "$do_rgb" ] ; then
do_video_encoding rgb.avi "-an -vcodec rawvideo -pix_fmt bgr24"
do_video_decoding "" "-pix_fmt yuv420p"