Changeset 1116 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder


Ignore:
Timestamp:
7 Jul 2015, 01:18:46 (10 years ago)
Author:
seregin
Message:

macro cleanup: VPS_AVC_BL_FLAG_REMOVAL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1107 r1116  
    14821482
    14831483      // pcPic is statically created for the external (AVC) base layer, no need to delete it
    1484 #if VPS_AVC_BL_FLAG_REMOVAL
    14851484      if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getNonHEVCBaseLayerFlag() || layerIdx )
    1486 #else
    1487       if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getAvcBaseLayerFlag() || layerIdx )
    1488 #endif
    14891485      {
    14901486        delete pcPic;
Note: See TracChangeset for help on using the changeset viewer.