Opened 5 years ago
Closed 5 years ago
#632 closed defect (fixed)
TMVP is checked before TMVP setting at encoder
Reported by: | Vadim | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-7.0 |
Component: | VTM | Version: | VTM-6.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
In P0206 integration, TMVP check is added to scaleRefPicList, however this function is called before TMVP setting at encoder side. It crashes the encoder. As a possible fix, scaleRefPicList function call can be moved after TMVP usage is set.
Change history (2)
comment:1 Changed 5 years ago by Vadim
comment:2 Changed 5 years ago by ksuehring
- Milestone set to VTM-7.0
- Resolution set to fixed
- Status changed from new to closed
The MR was merged
Note: See TracTickets for help on using tickets.
Merge request 1088 may solve this problem
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1088