[automerger] Decoder: Set prev slice type for I slice. am: aecdfd1aff am: 65db3cc9a3
Change-Id: I6fd7a970da38a2a8022ce87a5fa978ab85d85ef6
This commit is contained in:
commit
93e93983e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1826,7 +1826,7 @@ WORD32 ih264d_parse_decode_slice(UWORD8 u1_is_idr_slice,
|
|||
ps_dec->ps_cur_pic->u4_pack_slc_typ |= I_SLC_BIT;
|
||||
|
||||
ret = ih264d_parse_islice(ps_dec, u2_first_mb_in_slice);
|
||||
|
||||
ps_dec->u1_pr_sl_type = u1_slice_type;
|
||||
if(ps_dec->i4_pic_type != B_SLICE && ps_dec->i4_pic_type != P_SLICE)
|
||||
ps_dec->i4_pic_type = I_SLICE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue