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
Change-Id: Iae02d7ba069a3cf806578fa11135feb0e9813d4d
This commit is contained in:
commit
1695a11ad9
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