mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-15 15:22:36 +07:00
[automerger] Update sps id after decoding the sps am: df865d1a3d am: f6dd7e59fc
Change-Id: Id0dbe58e46afab4c1a565d7c85737b1c493fad3d
This commit is contained in:
commit
fef5c42d9e
1 changed files with 4 additions and 2 deletions
|
|
@ -1238,8 +1238,7 @@ IHEVCD_ERROR_T ihevcd_parse_sps(codec_t *ps_codec)
|
|||
ps_sps->i1_vps_id = vps_id;
|
||||
ps_sps->i1_sps_max_sub_layers = sps_max_sub_layers;
|
||||
ps_sps->i1_sps_temporal_id_nesting_flag = sps_temporal_id_nesting_flag;
|
||||
/* This is used only during initialization to get reorder count etc */
|
||||
ps_codec->i4_sps_id = sps_id;
|
||||
|
||||
memcpy(&ps_sps->s_ptl, &s_ptl, sizeof(profile_tier_lvl_info_t));
|
||||
|
||||
UEV_PARSE("chroma_format_idc", value, ps_bitstrm);
|
||||
|
|
@ -1599,6 +1598,9 @@ IHEVCD_ERROR_T ihevcd_parse_sps(codec_t *ps_codec)
|
|||
}
|
||||
}
|
||||
|
||||
/* This is used only during initialization to get reorder count etc */
|
||||
ps_codec->i4_sps_id = sps_id;
|
||||
|
||||
ps_codec->i4_sps_done = 1;
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue