Opened 12 years ago Closed 12 years ago #675 closed defect (fixed)HM can crash in windows when disabling SAO.
Description
In Windows, there is a crash related to uninitialized variables not being 0 by default (unlike gcc), when encoding with SAO off. #if REMOVE_APS // fixed condition, only allocate if SAO enabled. if (m_bUseSAO) { rpcPic->getPicSym()->allocSaoParam(&m_cEncSAO); } #endif Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
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
|
The solution has been checked in in r2725