Changeset 182 in SHVCSoftware for branches/SHM-2.0-dev


Ignore:
Timestamp:
11 May 2013, 01:38:47 (12 years ago)
Author:
seregin
Message:

use prefetched VPS

File:
1 edited

Legend:

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

    r175 r182  
    491491  TComPic*&   pcPic         = m_pcPic;
    492492#if SVC_EXTENSION
    493   m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder[m_layerId].getActiveVPS() );
     493  m_apcSlicePilot->setVPS( m_parameterSetManagerDecoder[m_layerId].getPrefetchedVPS(0) );
    494494  m_apcSlicePilot->initSlice( nalu.m_layerId );
    495495#else
Note: See TracChangeset for help on using the changeset viewer.