Skip to content

Fix lookup of vps_ols_dpb_params_idx

According to Spec both vps_ols_dpb_params_idx and vps_ols_timing_hrd_idx are signaled for each multi-layer OLS and only for multi-layer OLSs.

But in VTM Software they are stored differently. vps_ols_timing_hrd_idx is stored for multi-layer OLS only (as in Spec). vps_ols_dpb_params_idx is stored for all OLSs.

So, to lookup vps_ols_dpb_params_idx, olsIdx should be used instead of multiLayerOlsIdx.

Merge request reports