Opened 4 years ago
Closed 4 years ago
#1108 closed defect (fixed)
Constraints failing in multi-layer coding (related to JVET-R0099)
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-9.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
With the integration of JVET-R0099 VPS syntax was changed, but the related decoder conformance checks, which were integrated with JVET-R0191, are not updated.
Bitstreams encoded with the example config file two_layers.cfg fail to decode with the message
"Each dpb_parameters( ) syntax structure in the VPS shall be referred to by at least one value of vps_ols_dpb_params_idx[i] for i in the range of 0 to NumMultiLayerOlss - 1, inclusive"
Change history (2)
comment:1 Changed 4 years ago by ksuehring
comment:2 Changed 4 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
The MR was merged.
Note: See TracTickets for help on using tickets.
MR 1673 was submitted to address the issue:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1673