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/TComPicSym.cpp

    r1502 r1503  
    4747// ====================================================================================================================
    4848
    49 #if SVC_EXTENSION
    50 TComVPS TComPicSym::m_vps;
    51 #endif
    52 
    5349TComPicSym::TComPicSym()
    5450:m_frameWidthInCtus(0)
     
    8278
    8379#if SVC_EXTENSION
    84 Void TComPicSym::create  ( const TComVPS& vps, const TComSPS &sps, const TComPPS &pps, UInt uiMaxDepth, const UInt layerId )
    85 {
    86   m_vps = vps;
     80Void TComPicSym::create  ( const TComSPS &sps, const TComPPS &pps, UInt uiMaxDepth, const UInt layerId )
     81{
    8782#else
    8883Void TComPicSym::create  ( const TComSPS &sps, const TComPPS &pps, UInt uiMaxDepth )
     
    215210  m_apSlices.back()->setPPS(&m_pps);
    216211  m_apSlices.back()->setSPS(&m_sps);
    217 #if SVC_EXTENSION
    218   m_apSlices.back()->setVPS(&m_vps);
    219 #endif
    220212  if (m_apSlices.size()>=2)
    221213  {
Note: See TracChangeset for help on using the changeset viewer.