mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-15 15:22:36 +07:00
Merge "decoder: Reset slice header at start of slice header decode" into oc-dev am: 930597cb2e am: 588f78b7d7 am: 7b1140f957 am: 399938e52e am: 7aa6102559
am: 8bfa119917
Change-Id: Iec721bd520b328bb7d81d51106733715ea0105c8
This commit is contained in:
commit
60f9768c9e
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ IHEVCD_ERROR_T ihevcd_parse_slice_header(codec_t *ps_codec,
|
|||
}
|
||||
|
||||
ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr_base + (ps_codec->s_parse.i4_cur_slice_idx & (MAX_SLICE_HDR_CNT - 1));
|
||||
|
||||
memset(ps_slice_hdr, 0, sizeof(*ps_slice_hdr));
|
||||
|
||||
if((ps_pps->i1_dependent_slice_enabled_flag) &&
|
||||
(!first_slice_in_pic_flag))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue