tests: Add YUV422M and YUV444M support to YUV->YUV test
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 15 Jun 2016 22:50:40 +0000 (01:50 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 19 Jun 2016 12:26:01 +0000 (15:26 +0300)
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
tests/vsp-unit-test-0002.sh

index 668fa53b68ace947cd8cdb45864cbe336818bfde..14a45b0b7c8203bfeb7ebf31eb894372d9804698 100755 (executable)
@@ -9,7 +9,7 @@
 source vsp-lib.sh
 
 features="rpf.0 wpf.0"
-formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUYV YVYU"
+formats="NV12M NV16M NV21M NV61M UYVY VYUY YUV420M YUV422M YUV444M YUYV YVYU"
 
 test_wpf_packing() {
        test_start "WPF packing in $format"