Opened 5 years ago
Closed 5 years ago
#1115 closed defect (fixed)
checkRPL() fetches incorrect inter-layer refrence pictures (related to multi-layer coding)
Reported by: | ZhipinDeng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-9.1 |
Component: | VTM | Version: | VTM-9.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In the function checkRPL(), the reference pictures are derived without considering the references from inter-layer. Therefore, for multi-layer coding test case, it fetches incorrect inter-layer reference for the constraint checks in checkRPL().
Change history (2)
comment:1 Changed 5 years ago by ZhipinDeng
comment:2 Changed 5 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!1677 https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1677 is provided to fix this bug.