Opened 9 years ago Closed 9 years ago #108 closed defect (fixed)wrong loop
Description
in TEncGOP.cpp, there is
this loop should be restricted to number of initialized "m_ppcTEncTop"s. Say , it is better to verify if (m_ppcTEncTop[i] != NULL) Change history (2)comment:1 Changed 9 years ago by Vadimcomment:2 Changed 9 years ago by Vadim
fixed with rev 1528. Please reopen the ticket if the problem still exists. 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
|
I think it is better to fix it by replacing MAX_LAYERS with m_pcCfg->getNumLayer().