Merge "Fix setting IVE_CMD_CTL_SET_VUI_PARAMS with IVE_ENC_MODE_HEADER mode"

This commit is contained in:
Ray Essick 2022-07-28 21:12:06 +00:00 committed by Gerrit Code Review
commit 0948bc7fe3

View file

@ -5871,6 +5871,9 @@ static WORD32 ih264e_set_vui_params(void *pv_api_ip,
ps_vui->u1_num_reorder_frames = ps_ip->u1_num_reorder_frames; ps_vui->u1_num_reorder_frames = ps_ip->u1_num_reorder_frames;
ps_vui->u1_max_dec_frame_buffering = ps_ip->u1_max_dec_frame_buffering; ps_vui->u1_max_dec_frame_buffering = ps_ip->u1_max_dec_frame_buffering;
ps_cfg->u4_timestamp_high = -1;
ps_cfg->u4_timestamp_low = -1;
return IV_SUCCESS; return IV_SUCCESS;
} }