#737 closed defect (fixed)decoder crashes when active pps id is not equal to zero
Description
This bug occurs when the active pps id is not equal to zero.
The current HM reference decoder always assumes that the active PPS id is equal to zero and will crash if it is not. Bool TDecTop::xDecodeSlice(...) { ... //!!!KS: DIRTY HACK m_apcSlicePilot->setPPSId(0); m_apcSlicePilot->setPPS(m_parameterSetManagerDecoder.getPrefetchedPPS(0)); Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
comment:3 Changed 12 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
The hack has been removed in r2785