Opened 5 years ago
Closed 5 years ago
#688 closed defect (fixed)
RPR - picture size is not set for scaled reference pictures
Reported by: | Vadim | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-7.0 |
Component: | VTM | Version: | VTM-7.0rc1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
After the fix for the ticket #560, a picture size is obtained from the Picture object by calling gePicWidthInLumaSamples() and gePicHeihgtInLumaSamples().
However, picture size is not set for the scaled reference pictures in scaleRefPicList function, so the picture width and height are unassigned, but later are used to check whether picture size is the same in isRefPicSameSize function.
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 1130 may solve this problem
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/merge_requests/1130