Opened 14 years ago Closed 14 years ago #130 closed defect (fixed)Decoder crash with GPB=0 and LCEC in low-delay configs
Description
Crash seems related to MS_LCEC_LOOKUP_TABLE_EXCEPTION macro (seems to work fine when this macro is disabled, not tested extensively). Change History (5)comment:1 Changed 14 years ago by libincomment:2 Changed 14 years ago by fbossen
Fixed in r587 comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 Changed 13 years ago by davidf
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
|
A fix of this bug maybe
In TComDataCU.cpp, add the bold lines
Bool TComDataCU::isSuroundingRefIdxException ( UInt uiAbsPartIdx )
{
#if BUFFIX130
#endif
……