decoder: Allow stride to be smaller than decode width am: a0036e742b am: e4649d8d3f
Original change: 1358387
Change-Id: I49c82ad516931b8a7c90dc446a5df5e6ee52e56f
This commit is contained in:
commit
487d9e6e24
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