Opened 5 years ago
Closed 5 years ago
#821 closed defect (fixed)
Scalability coding is broken
Reported by: | Vadim | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | VTM-8.0 |
Component: | VTM | Version: | |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
Latest VTM encoder crashes when scalability is enabled.
Change history (2)
comment:1 Changed 5 years ago by Vadim
comment:2 Changed 5 years ago by ksuehring
- Milestone set to VTM-8.0
- Resolution set to fixed
- Status changed from new to closed
This should be resolved with MR !1326
Note: See TracTickets for help on using tickets.
In the initial scalability implementation, SPS was shared across layers. After adoption of JVET-P0182/JVET-P0221, this sharing is not possible. The implementer(s) of the adoption needs to add more SPSs. It is not done and this check crashes the encoder.