Revert "vpp: disable pps as default when scaler ratio is 1:1"
authorBrian zhu <brian.zhu@amlogic.com>
Fri, 9 Mar 2018 08:50:54 +0000 (00:50 -0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Fri, 9 Mar 2018 08:55:52 +0000 (00:55 -0800)
This reverts commit 3f03850cd9ad28a2e56d986d991a8868bb34b4f5.

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

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