Opened 5 years ago
Closed 4 years ago
#1113 closed defect (fixed)
Compliance check issue after decoding skipped RASL
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-9.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
After decoding a RASL which is skipped, vtm decoder might bring out erroneously some compliance issues on Aps or subpictures.
This is due that as the decoding is not done, some data are not reset correctly and are still present for decoding the following picture.
For instance SUFFIX_APS nal units are still present in the m_accessUnitApsNals array of the following access unit.
Change history (1)
comment:1 Changed 4 years ago by forayr
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
Fix in MR 1975