Merge \"Decoder: Initialize first_pb_nal_in_pic for error slices\" into mnc-dev
am: b9d7cba8bf
Change-Id: I62f9c45eea70968942198b20f47c158dede39d8d
This commit is contained in:
commit
c73e000665
2 changed files with 1 additions and 1 deletions
|
|
@ -1895,6 +1895,7 @@ WORD32 ih264d_video_decode(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op)
|
|||
ps_dec->cur_dec_mb_num = 0;
|
||||
ps_dec->cur_recon_mb_num = 0;
|
||||
ps_dec->u4_first_slice_in_pic = 2;
|
||||
ps_dec->u1_first_pb_nal_in_pic = 1;
|
||||
ps_dec->u1_slice_header_done = 0;
|
||||
ps_dec->u1_dangling_field = 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -940,7 +940,6 @@ WORD32 ih264d_end_of_pic(dec_struct_t *ps_dec,
|
|||
dec_slice_params_t *ps_cur_slice = ps_dec->ps_cur_slice;
|
||||
WORD32 ret;
|
||||
|
||||
ps_dec->u1_first_pb_nal_in_pic = 1;
|
||||
ps_dec->u2_mbx = 0xffff;
|
||||
ps_dec->u2_mby = 0;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue