Skip to content

Fix OLS index for ols_dpb_pic_width/height

Karsten Suehring requested to merge ksuehring/VVCSoftware_VTM:ols_idx_fix into master

Reverts to using ols index for storing ols_dpb_pic_width/height parameters instead of mutli-layer OLS index. This fixes a problem where the target OLS index is used to check the values. An alternative solution would be to create a mapping between these two indexes.

Note: this also reverts the change in !1683 (merged)

Merge request reports