summaryrefslogtreecommitdiff
path: root/tests/lavf-regression.sh
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-05 20:34:13 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-05 22:31:24 +0000
commitc99564492c579b6d36e162ce8494a19b7402d8f2 (patch)
tree59c886713a8a01dadd937e9274eb6395e9fb5d56 /tests/lavf-regression.sh
parent649384290089ff6ede80aceb050803707be72bb5 (diff)
fate: add more pix_fmt tests for xwd
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-xtests/lavf-regression.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh
index ae3d28dd2f..64ebc0ac44 100755
--- a/tests/lavf-regression.sh
+++ b/tests/lavf-regression.sh
@@ -259,6 +259,13 @@ fi
if [ -n "$do_xwd" ] ; then
do_image_formats xwd
+do_image_formats xwd "-pix_fmt rgba"
+do_image_formats xwd "-pix_fmt rgb565be"
+do_image_formats xwd "-pix_fmt rgb555be"
+do_image_formats xwd "-pix_fmt rgb8"
+do_image_formats xwd "-pix_fmt rgb4_byte"
+do_image_formats xwd "-pix_fmt gray"
+do_image_formats xwd "-pix_fmt monow"
fi
if [ -n "$do_sunrast" ] ; then