Changeset 515 in 3DVCSoftware


Ignore:
Timestamp:
3 Jul 2013, 17:38:39 (11 years ago)
Author:
mitsubishi-htm
Message:

-Intermediate version. Code improving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp

    r514 r515  
    26462646  if ( pDInfo->bDV == false || ucVspMergePos != H_3D_VSP_POSITION || 0 == m_pcSlice->getViewIndex() ||
    26472647      !m_pcSlice->getVPS()->getViewSynthesisPredFlag( m_pcSlice->getLayerIdInVps() ) || // Not to add the candidate if VSP is turned off
    2648        m_pcSlice->getIsDepth() // VSP is disabled for depth layers
     2648       m_pcSlice->getIsDepth() ) // VSP is disabled for depth layers
    26492649    return false;
    26502650
Note: See TracChangeset for help on using the changeset viewer.