amvideo: set black_threshold_height default 48 [1/1]

PD#OTT-1836

Problem:
disable video when window is too small

Solution:
set black_threshold_height default 48

Verify:
U212

Change-Id: I9ed7deb54baef1c44bb9cc0c1a4d699140663864
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
This commit is contained in:
jintao xu
2019-05-21 19:47:32 +08:00
committed by Tao Zeng
parent 3628cd9869
commit 17cdaf36e8

View File

@@ -458,7 +458,7 @@ static u32 reference_zorder = 128;
/* default value 20 30 */
static s32 black_threshold_width = 20;
static s32 black_threshold_height = 30;
static s32 black_threshold_height = 48;
static struct vframe_s hist_test_vf;
static bool hist_test_flag;