Opened 2 years ago
Closed 2 years ago
#1561 closed defect (fixed)
Incorrect check for bitstream with userdata SEI
Reported by: | yimingli | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VTM | Version: | VTM-16.1 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
It is found since VTM16.1, VTM cannot correcly parsing the bitstream with userdata SEI, this problem comes from commit: b287c0be8d94a94500724eaeafc7a238c91c22e3, where the root cause is the payload of userdata SEI also go into function parseAndExtractSEIScalableNesting(), then VTM throw parsing error after then.
Attachments (1)
Change history (4)
Changed 2 years ago by yimingli
comment:1 Changed 2 years ago by XiangLi
- Version set to VTM-16.1
Thanks for the report and the fix. Could you also submit an MR on the fix to VTM?
comment:2 Changed 2 years ago by yimingli
Sure. The MR is submitted: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2260, please help review and merge it if it is OK. Thanks
Version 0, edited 2 years ago
by yimingli
(next)
comment:3 Changed 2 years ago by fbossen
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
A fix for this issue