Decoder: Initialize ps_cur_slice->u1_mbaff_frame_flag correctly for error cases am: 1d5640f2f9 am: 5a26569fa3 am: 18a58ec2b6 am: 575fdb281f am: f8b3e57266 am: afbbd8f654 am: d41032215c
am: 1695a11ad9
Change-Id: Ia6d1bc20541cac3a466f9c16432cfa5a976e2ae7
This commit is contained in:
commit
ef33c8152b
1 changed files with 2 additions and 0 deletions
|
|
@ -1343,6 +1343,8 @@ WORD32 ih264d_parse_decode_slice(UWORD8 u1_is_idr_slice,
|
|||
ps_cur_slice->u1_redundant_pic_cnt = u1_redundant_pic_cnt;
|
||||
ps_cur_slice->u1_nal_ref_idc = u1_nal_ref_idc;
|
||||
ps_cur_slice->u1_pic_order_cnt_type = u1_pic_order_cnt_type;
|
||||
ps_cur_slice->u1_mbaff_frame_flag = ps_seq->u1_mb_aff_flag
|
||||
&& (!u1_field_pic_flag);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue