Ignore:
Timestamp:
18 Aug 2014, 09:35:34 (10 years ago)
Author:
lg
Message:

Integration of JCT3V-I0116

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecTop.cpp

    r976 r1048  
    229229  }
    230230
     231#if !LGE_FCO_I0116
    231232  if ( pcSlice->getIsDepth())
    232233  {
    233234    return;
    234235  }
     236#endif
    235237
    236238  Int curPoc = pcSlice->getPOC();
     
    12011203
    12021204#if H_3D_IV_MERGE
     1205#if LGE_FCO_I0116
     1206  if( !pcSlice->getIsDepth() && m_pcCamParsCollector )
     1207#else
    12031208  if( pcSlice->getIsDepth() && m_pcCamParsCollector )
     1209#endif
    12041210  {
    12051211    m_pcCamParsCollector->copyCamParamForSlice( pcSlice );
Note: See TracChangeset for help on using the changeset viewer.