Decoder: Initialize ps_cur_slice->u1_mbaff_frame_flag correctly for error cases am: 1d5640f2f9 am: 5a26569fa3 am: 18a58ec2b6 am: 575fdb281f
am: f8b3e57266
Change-Id: I7600f4b34e8e40d5118d04fdafed6f3a5b589c66
This commit is contained in:
commit
afbbd8f654
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