Opened 13 years ago Closed 11 years ago #230 closed defect (wontfix)HM-4.1-dev crash when SBACRD set to zero
Description
When I turn off SBACRD, the HM will crash by pointer NULL. Change History (5)comment:1 Changed 13 years ago by davidfcomment:2 Changed 13 years ago by chenm003
--------------------- source/Lib/TLibEncoder/TEncSlice.cpp --------------------- 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 ); } comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
comment:5 Changed 11 years ago by fbossen
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
|
Updating component after adding WD (Text) tickets