Opened 11 years ago

Closed 11 years ago

#869 closed defect (fixed)

r3089 broken system of checksum SEI

Reported by: chenm003 Owned by: adarsh
Priority: critical Milestone:
Component: HM Version: HM-9.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

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 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by ksuehring

  • Owner set to adarsh
  • Status changed from new to assigned

comment:3 Changed 11 years ago by adarsh

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

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.

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

  • Adarsh Krishnan Ramasubramonian(Owner, Participant)
  • chenm003(Reporter)
  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)