Changeset 197 in SHVCSoftware


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

using EL SPS foe AVC_BASE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-2.0-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r187 r197  
    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.