From 8f715bbaa867f0928bad6cf1b8595444134afc8f Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 17 Jun 2016 00:22:11 +0300 Subject: vsp-lib: Store the scaling configuration internally This allows deciding whether to compare output frames using the exact or fuzzy algorithm internally, removing the need for an explicit argument to the compare_frames function. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0002.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0002.sh') diff --git a/tests/vsp-unit-test-0002.sh b/tests/vsp-unit-test-0002.sh index a354c32..35bb0ad 100755 --- a/tests/vsp-unit-test-0002.sh +++ b/tests/vsp-unit-test-0002.sh @@ -20,7 +20,7 @@ test_wpf_packing() { $vsp_runner $mdev input 0 YUV444M & $vsp_runner $mdev output 0 $format - result=$(compare_frames exact) + result=$(compare_frames) test_complete $result } -- cgit v1.2.3