vpp: disable pps as default when scaler ratio is 1:1
authorBrian Zhu <brian.zhu@amlogic.com>
Tue, 27 Feb 2018 16:16:16 +0000 (00:16 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 8 Mar 2018 01:49:33 +0000 (17:49 -0800)
PD#156734: vpp: disable pps as default when scaler ratio is 1:1

Change-Id: I5ff2a9a1089461c92996066e0cec4379a5d509e4
Signed-off-by: Brian Zhu <brian.zhu@amlogic.com>
drivers/amlogic/media/video_sink/video.c

index 5f700c2..4455d3c 100644 (file)
@@ -141,7 +141,7 @@ static DEFINE_MUTEX(omx_mutex);
 
 static bool bypass_cm;
 
-static bool bypass_pps;
+static bool bypass_pps = true;
 /*For 3D usage ----0:  mbx   1: tv */
 bool platform_type = 1;