Merge "decoder: Allow stride to be smaller than decode width" into mainline-prod
This commit is contained in:
commit
758310bba7
1 changed files with 1 additions and 1 deletions
|
|
@ -3253,7 +3253,7 @@ WORD32 ih264d_set_params(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
|
|||
ret = IV_FAIL;
|
||||
}
|
||||
|
||||
if(ps_ctl_ip->u4_disp_wd >= ps_dec->u2_pic_wd)
|
||||
if(ps_ctl_ip->u4_disp_wd >= ps_dec->u2_disp_width)
|
||||
{
|
||||
ps_dec->u4_app_disp_width = ps_ctl_ip->u4_disp_wd;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue