Opened 11 years ago

Closed 11 years ago

#794 closed defect (fixed)

Incorrect Parameter Set Map Sizes

Reported by: bheng Owned by:
Priority: minor Milestone: HM-8.2
Component: HM Version: HM-8.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The size of the SPS and PPS arrays are set incorrectly in the following function. There can be up to 32 SPS and up to 256 PPS.

ParameterSetManagerDecoder::ParameterSetManagerDecoder()
  : m_vpsBuffer(MAX_NUM_VPS)
  , m_spsBuffer(256)
  , m_ppsBuffer(16)
{

}

The attached patch can be used to fix the problem.

Attachments (1)

parameter_set_map_bug.patch (511 bytes) - added by bheng 11 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by bheng

comment:2 Changed 11 years ago by ksuehring

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

fixed in r2878

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

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