Skip to content
Snippets Groups Projects
Commit 0541aa65 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Steve Lhomme
Browse files

packetizer: hevc: fix DCR params array define

parent 89b9586a
No related branches found
No related tags found
1 merge request!5979packetizer: hevc: fix DCR params array define
Pipeline #510796 passed with stage
in 36 minutes and 54 seconds
......@@ -331,7 +331,7 @@ struct hevc_dcr_params
{
const uint8_t *p_vps[HEVC_DCR_VPS_COUNT],
*p_sps[HEVC_DCR_SPS_COUNT],
*p_pps[HEVC_DCR_VPS_COUNT],
*p_pps[HEVC_DCR_PPS_COUNT],
*p_seipref[HEVC_DCR_SEI_COUNT],
*p_seisuff[HEVC_DCR_SEI_COUNT];
uint16_t rgi_vps[HEVC_DCR_VPS_COUNT],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment