Changeset 121 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncTop.cpp


Ignore:
Timestamp:
6 Sep 2012, 18:12:56 (13 years ago)
Author:
tech
Message:

Fixed several memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncTop.cpp

    r116 r121  
    11021102
    11031103    // # substreams is "per tile" when tiles are independent.
     1104#if FIX_REMOVE_TILE_DEPENDENCE
     1105    if ( m_iWaveFrontSynchro )
     1106#else
    11041107    if (m_iTileBoundaryIndependenceIdr && m_iWaveFrontSynchro)
     1108#endif
    11051109    {
    11061110      m_cPPS.setNumSubstreams(m_iWaveFrontSubstreams * (m_iNumColumnsMinus1+1)*(m_iNumRowsMinus1+1));
Note: See TracChangeset for help on using the changeset viewer.