Opened 3 years ago
Closed 3 years ago
#1524 closed defect (fixed)
Issue on CRA output when NoOutputBeforeRecoveryFlag =1
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-15.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
When decoding a CRA with NoOutputBeforeRecoveryFlag = 1, the poc MSB is reset, but m_lastPOCNoOutputPriorPics is not updated.
So when the poc msb of the CRA is not 0, neededForOutput is set to 0 in checkNoOutputPriorPics(), and the picture is not outputted as pocLsb < m_lastPOCNoOutputPriorPics.
Change history (2)
comment:1 Changed 3 years ago by forayr
comment:2 Changed 3 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
MR: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2142