Opened 12 years ago Closed 12 years ago #714 closed defect (fixed)Typo in assert condition
Description
In Void TComDataCU::setPredModeSubParts( PredMode eMode, UInt uiAbsPartIdx, UInt uiDepth ), the assert condition:
assert( sizeof( *m_pePartSize) == 1 );
uses m_pePartSize instead of m_pePredMode. Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by obicicomment:2 Changed 12 years ago by ksuehring
fixed in r2748 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
|
Patch for the fix