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
Change-Id: I0b71ea48f9709cedc505b2b92b5a95d78a11c45c
This commit is contained in:
commit
d41032215c
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