Merge RQ1A.210205.004 to aosp-master - DO NOT MERGE
Merged-In: I91cbfe74165d1a8f7b7d95edabb10be208ec54a2 Merged-In: I88c74ba5e0cce51e7106bf410744afbc74a7cd5c Change-Id: Iea197441bcaba9503d1bdcb6f3771e76403bb137
This commit is contained in:
commit
bd550e880a
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,
|
u2_first_mb_in_slice = ih264d_uev(pu4_bitstrm_ofst,
|
||||||
pu4_bitstrm_buf);
|
pu4_bitstrm_buf);
|
||||||
if(u2_first_mb_in_slice
|
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;
|
return ERROR_CORRUPTED_SLICE;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue