Ignore:
Timestamp:
13 Jul 2013, 10:26:41 (11 years ago)
Author:
tech
Message:

MergeMerged tags/HTM-DEV-1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecTop.cpp

    r532 r534  
    5252  m_aaiCodedScale          = new Int* [ MAX_NUM_LAYERS ];
    5353  m_aiViewId               = new Int  [ MAX_NUM_LAYERS ];
    54 #if !H_3D_FIX 
    55   m_aiLayerIdx             = new Int  [ MAX_NUM_LAYERS ];
    56 #endif
    5754
    5855  m_bViewReceived          = new Bool [ MAX_NUM_LAYERS ];
     
    520517#if H_MV
    521518  TComSlice::markIvRefPicsAsShortTerm( m_refPicSetInterLayer ); 
     519  TComSlice::markCurrPic( pcPic );
    522520  TComSlice::markIvRefPicsAsUnused   ( m_ivPicLists, targetDecLayerIdSet, m_parameterSetManagerDecoder.getActiveVPS(), m_layerId, poc );
    523521#endif
     
    675673
    676674#if H_MV
     675  m_apcSlicePilot->setRefPicSetInterLayer( & m_refPicSetInterLayer );
    677676  m_apcSlicePilot->setLayerId( nalu.m_layerId );
    678677#endif
     
    10361035{
    10371036  TComSPS* sps = new TComSPS();
     1037#if H_MV
     1038  sps->setLayerId( getLayerId() );
     1039#endif
    10381040#if H_3D
    10391041  // Preliminary fix. assuming that all sps refer to the same SPS.
Note: See TracChangeset for help on using the changeset viewer.