Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#737 closed defect (fixed)

decoder crashes when active pps id is not equal to zero

Reported by: zhyang123 Owned by:
Priority: minor Milestone: HM-8.1
Component: HM Version: HM-8.0
Keywords: non-zero pic_parameter_set_id Cc: fbossen, ksuehring, davidf, jct-vc@…

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

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by ksuehring

  • Resolution set to fixed
  • Status changed from new to closed

The hack has been removed in r2785

comment:3 Changed 12 years ago by ksuehring

  • Milestone set to HM-8.1
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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Zhijie Yang(Reporter)