Changeset 1343 in SHVCSoftware for branches/SHM-dev


Ignore:
Timestamp:
22 Jul 2015, 02:58:05 (9 years ago)
Author:
seregin
Message:

port rev 4421

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComPicSym.cpp

    r1340 r1343  
    6565,m_ctuRsToTsAddrMap(NULL)
    6666,m_saoBlkParams(NULL)
     67#if ADAPTIVE_QP_SELECTION
    6768,m_pParentARLBuffer(NULL)
     69#endif
    6870#if SVC_EXTENSION
    6971#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
     
    195197  }
    196198
     199#if ADAPTIVE_QP_SELECTION
    197200  delete [] m_pParentARLBuffer;
    198201  m_pParentARLBuffer = NULL;
     202#endif
    199203}
    200204
Note: See TracChangeset for help on using the changeset viewer.