Decoder: Initialize ps_cur_slice->u1_mbaff_frame_flag correctly for error cases am: 1d5640f2f9 am: 5a26569fa3
am: 18a58ec2b6
Change-Id: Ie325272d32387de3902c7a6c88072b4e27264808
This commit is contained in:
commit
575fdb281f
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_redundant_pic_cnt = u1_redundant_pic_cnt;
|
||||||
ps_cur_slice->u1_nal_ref_idc = u1_nal_ref_idc;
|
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_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
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue