From 0b0156f964c8e6d27b1215c381917662372f3a0f Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 13 Sep 2016 00:20:08 +0300 Subject: vsp-lib: Don't average chroma when generating test input frames This avoids double-averaging due to chroma interpolation at the RPF. Signed-off-by: Laurent Pinchart --- scripts/vsp-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index 04ab7b5..6ce701a 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -653,7 +653,7 @@ generate_input_frame() { ;; esac - $(format_v4l2_is_yuv $format) && options="$options -i YUV444M" + $(format_v4l2_is_yuv $format) && options="$options -C -i YUV444M" $genimage -f $format -s $size -a $alpha $options -o $file \ frames/frame-reference-1024x768.pnm -- cgit v1.2.3