Opened 4 years ago
Closed 4 years ago
#1466 closed defect (fixed)
Incorrect check on sps virtual boundaries constraint
Reported by: | audrey.turquin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-12.1 |
Component: | VTM | Version: | VTM-11.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In DecLib.cpp, in function xCheckParameterSetConstraints, there is the following check :
CHECK(sps->getResChangeInClvsEnabledFlag() && sps->getVirtualBoundariesEnabledFlag(), "when the value of sps_res_change_in_clvs_allowed_flag is equal to 1, the value of sps_virtual_boundaries_present_flag shall be equal to 0");
In this check, sps->getVirtualBoundariesPresentFlag() should be used instead of sps->getVirtualBoundariesEnabledFlag() to match the spec and the check message.
Change history (2)
comment:1 Changed 4 years ago by audrey.turquin
comment:2 Changed 4 years ago by fbossen
- Milestone set to VTM-12.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
MR:
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2020