mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-16 07:42:36 +07:00
Merge "Fix slice decrement for skipped slices" into mnc-dev am: d743ed23ff am: 5109aa40af am: 55a71c00c2
am: a3fdd32e29
Change-Id: Ibd3fd9fee1041d9395496925153c57e7db8c5797
This commit is contained in:
commit
f3837f1e83
1 changed files with 0 additions and 1 deletions
|
|
@ -633,7 +633,6 @@ WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op)
|
|||
|
||||
if(IHEVCD_IGNORE_SLICE == ret)
|
||||
{
|
||||
ps_codec->s_parse.i4_cur_slice_idx = MAX(0, (ps_codec->s_parse.i4_cur_slice_idx - 1));
|
||||
ps_codec->pu1_inp_bitsbuf += (nal_ofst + nal_len);
|
||||
ps_codec->i4_bytes_remaining -= (nal_ofst + nal_len);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue