Opened 5 years ago
Closed 5 years ago
#648 closed defect (fixed)
Issue in residual_lfnst_mode() in case of local dual tree
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-7.0 |
Component: | VTM | Version: | VTM-6.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In residual_lfnst_mode(), a not valid cu.blocks[] might be used when local dual tree are used.
cu.isSepTree() shall be used instead of CS::isDualITree( *cu.cs ).
Change history (1)
comment:1 Changed 5 years ago by XiangLi
- Milestone set to VTM-7.0
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fixed in https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1107