Opened 12 years ago Closed 12 years ago #869 closed defect (fixed)r3089 broken system of checksum SEI
Description
In the branch HM-9.0-dev:
the code in TDecTop::xDecodeSEI -> "m_SEIs = m_pcPic->getSEIs()" always got pointer NULL, so the decoder crash here.
and decoder can't found/verify checksum when use suffix SEI. 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 adarsh
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 error occurred when only suffix SEIs were present. In this case, the m_SEIs were not pointing to any allocated object. Fixed in r3094.