Opened 12 years ago Closed 12 years ago #794 closed defect (fixed)Incorrect Parameter Set Map Sizes
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. Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by bhengcomment:2 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
|
fixed in r2878