PD#SWPL-11550
Problem:
force_prog only for progressive.
Solution:
add condition for force_prog
Verify:
TL1
Change-Id: I44e165c779eefcefcc18a286e66a598ffef1294f
Signed-off-by: Jihong Sui <jihong.sui@amlogic.com>
di_mif->chroma_y_end0 =
di_buf->vframe->height / 2 - 1;
} else {
- di_mif->src_prog = force_prog?1:0;
+ if (di_pre_stru.cur_inp_type & VIDTYPE_INTERLACE)
+ di_mif->src_prog = 0;
+ else
+ di_mif->src_prog = force_prog?1:0;
di_mif->src_field_mode = 1;
if (
(di_buf->vframe->type & VIDTYPE_TYPEMASK) ==