Ignore:
Timestamp:
11 Dec 2015, 19:35:23 (8 years ago)
Author:
seregin
Message:

remove VPS member from picture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TComPic.cpp

    r1502 r1503  
    7777}
    7878#if SVC_EXTENSION
    79 Void TComPic::create( const TComVPS &vps, const TComSPS &sps, const TComPPS &pps, const Bool bIsVirtual, const UInt layerId )
     79Void TComPic::create( const TComSPS &sps, const TComPPS &pps, const Bool bIsVirtual, const UInt layerId )
    8080{
    8181  const ChromaFormat chromaFormatIDC = sps.getChromaFormatIdc();
     
    8989  m_layerId = layerId;
    9090
    91   m_picSym.create( vps, sps, pps, uiMaxDepth, layerId );
     91  m_picSym.create( sps, pps, uiMaxDepth, layerId );
    9292
    9393  if (!bIsVirtual)
Note: See TracChangeset for help on using the changeset viewer.