Changeset 200 in SHVCSoftware for trunk


Ignore:
Timestamp:
15 May 2013, 21:56:20 (12 years ago)
Author:
seregin
Message:

merge with SHM-2.0-dev branch

Location:
trunk/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source

  • trunk/source/Lib/TLibDecoder/TDecTop.cpp

    r191 r200  
    11341134        if( nalu.m_layerId == 1 && pBLPic->getPicYuvRec() == NULL )
    11351135        {
    1136           TComSPS* sps = new TComSPS();
     1136          // using EL SPS with spsId = 1
     1137          TComSPS* sps = m_parameterSetManagerDecoder[nalu.m_layerId].getPrefetchedSPS(1);
    11371138          Int  numReorderPics[MAX_TLAYER];
    11381139          Window &conformanceWindow = sps->getConformanceWindow();
Note: See TracChangeset for help on using the changeset viewer.