Changeset 874 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 28 Aug 2014, 00:57:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r856 r874 1200 1200 1201 1201 // pcPic is statically created for the external (AVC) base layer, no need to delete it 1202 #if VPS_AVC_BL_FLAG_REMOVAL 1203 if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getNonHEVCBaseLayerFlag() || layerIdx ) 1204 #else 1202 1205 if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getAvcBaseLayerFlag() || layerIdx ) 1206 #endif 1203 1207 { 1204 1208 delete pcPic;
Note: See TracChangeset for help on using the changeset viewer.