Changeset 440 in SHVCSoftware for branches/SHM-3.1-dev/source/App
- Timestamp:
- 17 Oct 2013, 21:22:34 (11 years ago)
- Location:
- branches/SHM-3.1-dev/source/App
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-3.1-dev/source/App/TAppDecoder/TAppDecTop.cpp
r436 r440 264 264 // delete buffers 265 265 #if AVC_BASE 266 UInt layerIdmin = m_acTDecTop[0].getBLReconFile()->is_open() ? 1 : 0; 267 266 268 if( streamYUV.is_open() ) 267 269 { … … 274 276 } 275 277 #endif 276 pcBLPic.destroy(); 277 278 UInt layerIdmin = m_acTDecTop[0].getBLReconFile()->is_open() ? 1 : 0; 278 pcBLPic.destroy(); 279 279 280 280 for(UInt layer = layerIdmin; layer <= m_tgtLayerId; layer++) -
branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp
r438 r440 1091 1091 } 1092 1092 } 1093 } 1093 } 1094 1095 if( vps->getAvcBaseLayerFlag() ) 1096 { 1097 vps->setCrossLayerIrapAlignFlag(false); 1098 } 1094 1099 #endif 1095 1100 #if M0040_ADAPTIVE_RESOLUTION_CHANGE
Note: See TracChangeset for help on using the changeset viewer.