Opened 4 years ago
Closed 4 years ago
#1465 closed defect (fixed)
Crash when decoding mixed nalu leading pictures
Reported by: | forayr | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-11.2 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
According to the specification, mixed nalu leading pictures (consisting of RADL and RASL nal), shall be considered as an RASL.
This picture shall therefore be entirely skipped after a CRA beginning a stream. But the VTM decode the RADL nalu and try to apply the loop filter on the picture, which causes an access to not valid data, and a segmentation fault.
Change history (2)
comment:1 Changed 4 years ago by forayr
comment:2 Changed 4 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/2019