diff options
Diffstat (limited to 'tests/vsp-unit-test-0007.sh')
-rwxr-xr-x | tests/vsp-unit-test-0007.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vsp-unit-test-0007.sh b/tests/vsp-unit-test-0007.sh index 0004ac8..03ed614 100755 --- a/tests/vsp-unit-test-0007.sh +++ b/tests/vsp-unit-test-0007.sh @@ -7,7 +7,7 @@ source vsp-lib.sh features="rpf.0 rpf.1 bru wpf.0" -formats="RGB24 UYVY" +formats="RGB24 YUV444M" test_bru() { format=$1 @@ -23,7 +23,7 @@ test_bru() { done $vsp_runner $mdev output 0 $format - result=$(compare_frames fuzzy) + result=$(compare_frames exact) test_complete $result } |