Opened 12 years ago

Closed 12 years ago

#675 closed defect (fixed)

HM can crash in windows when disabling SAO.

Reported by: pieterkapsenberg Owned by:
Priority: minor Milestone: HM-8.1
Component: HM Version: HM-8.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In Windows, there is a crash related to uninitialized variables not being 0 by default (unlike gcc), when encoding with SAO off.
Suggested fix in TEncTop.cpp, xGetNewPicBuffer()

#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

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by ksuehring

  • Milestone set to HM-8.1
  • Resolution set to fixed
  • Status changed from new to closed

The solution has been checked in in r2725

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

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)
  • Pieter Kapsenberg(Reporter)