Changeset 1116 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 7 Jul 2015, 01:18:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r1107 r1116 1482 1482 1483 1483 // pcPic is statically created for the external (AVC) base layer, no need to delete it 1484 #if VPS_AVC_BL_FLAG_REMOVAL1485 1484 if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getNonHEVCBaseLayerFlag() || layerIdx ) 1486 #else1487 if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getAvcBaseLayerFlag() || layerIdx )1488 #endif1489 1485 { 1490 1486 delete pcPic;
Note: See TracChangeset for help on using the changeset viewer.