- Timestamp:
- 15 May 2013, 21:56:20 (12 years ago)
- Location:
- trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-2.0-dev/source merged: 197
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibDecoder/TDecTop.cpp
r191 r200 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.