Opened 5 years ago
Closed 5 years ago
#1008 closed defect (fixed)
Subpictures – Unable to change subpicture IDs.
Reported by: | bheng | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
It is never possible to change subpic IDs (even at IRAP) because the previousSubPicIds list is not cleared at the end of each picture. The list grows indefinitely, and only the first set of values is ever used for comparison.
Change history (1)
comment:1 Changed 5 years ago by ksuehring
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
The bug is in a bitstream conformance check, which is not needed in a product implementation (as Wade keeps pointing out).
Fixed in MR 1505
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/1505