Changeset 197 in SHVCSoftware for branches/SHM-2.0-dev/source
- Timestamp:
- 15 May 2013, 19:20:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp
r187 r197 1134 1134 if( nalu.m_layerId == 1 && pBLPic->getPicYuvRec() == NULL ) 1135 1135 { 1136 TComSPS* sps = new TComSPS(); 1136 // using EL SPS with spsId = 1 1137 TComSPS* sps = m_parameterSetManagerDecoder[nalu.m_layerId].getPrefetchedSPS(1); 1137 1138 Int numReorderPics[MAX_TLAYER]; 1138 1139 Window &conformanceWindow = sps->getConformanceWindow();
Note: See TracChangeset for help on using the changeset viewer.