Opened 12 years ago

Closed 10 years ago

#230 closed defect (wontfix)

HM-4.1-dev crash when SBACRD set to zero

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

Description

When I turn off SBACRD, the HM will crash by pointer NULL.

Change History (5)

comment:1 Changed 12 years ago by davidf

Updating component after adding WD (Text) tickets

comment:2 Changed 12 years ago by chenm003

  • Version changed from HM-4.1 to HM-5.0

index 495d308..06a6c16 100644
@@ -453,6 +453,10 @@ Void TEncSlice::compressSlice( TComPic*& rpcPic )

other case: encodeCU is not called
else
{

+ m_pcSbacCoder->init( m_pcBinCABAC );
+ m_pcEntropyCoder->setEntropyCoder ( m_pcSbacCoder, pcSlice );
+ m_pcEntropyCoder->resetEntropy ();
+ m_pcEntropyCoder->setBitstream ( m_pcBitCounter );

m_pcCuEncoder->compressCU( pcCU );
m_pcCuEncoder->encodeCU( pcCU );

}

Version 0, edited 12 years ago by chenm003 (next)

comment:3 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:4 Changed 12 years ago by davidf

  • Cc jct-vc@… added

comment:5 Changed 10 years ago by fbossen

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

SBACRD parameter has been removed

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

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