Merge RQ1A.210205.004 to stage-aosp-master - DO NOT MERGE
Merged-In: I0acf75c92b04a2f83301410f2001f63c25ecf3c9 Change-Id: I91cbfe74165d1a8f7b7d95edabb10be208ec54a2
This commit is contained in:
commit
65f4f4a371
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ WORD32 ih264d_parse_decode_slice(UWORD8 u1_is_idr_slice,
|
|||
u2_first_mb_in_slice = ih264d_uev(pu4_bitstrm_ofst,
|
||||
pu4_bitstrm_buf);
|
||||
if(u2_first_mb_in_slice
|
||||
> (ps_dec->u2_frm_ht_in_mbs * ps_dec->u2_frm_wd_in_mbs))
|
||||
>= (ps_dec->u2_frm_ht_in_mbs * ps_dec->u2_frm_wd_in_mbs))
|
||||
{
|
||||
|
||||
return ERROR_CORRUPTED_SLICE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue