Changeset 842 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder
- Timestamp:
- 26 Jul 2014, 00:50:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp
r831 r842 1241 1241 pcPic->destroy(); 1242 1242 1243 delete pcPic; 1244 pcPic = NULL; 1243 // pcPic is statically created for the external (AVC) base layer, no need to delete it 1244 if( !m_acTDecTop[layerIdx].getParameterSetManager()->getActiveVPS()->getAvcBaseLayerFlag() || layerIdx ) 1245 { 1246 delete pcPic; 1247 pcPic = NULL; 1248 } 1245 1249 } 1246 1250 }
Note: See TracChangeset for help on using the changeset viewer.