From 2db264d5453536301fb81a8427df89843210e770 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 16 Jun 2016 22:30:12 +0300 Subject: vsp-lib: Don't pass WPF index and format to comparison functions The information is already known to the pipeline configuration functions, store it internally and reuse it instead of having to pass it explicitly. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0007.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0007.sh') diff --git a/tests/vsp-unit-test-0007.sh b/tests/vsp-unit-test-0007.sh index 68bd838..fa45422 100755 --- a/tests/vsp-unit-test-0007.sh +++ b/tests/vsp-unit-test-0007.sh @@ -23,7 +23,7 @@ test_bru() { done $vsp_runner $mdev output 0 $format - result=$(compare_frames fuzzy composed-$ninputs $format 0) + result=$(compare_frames fuzzy composed-$ninputs) test_complete $result } -- cgit v1.2.3