Changeset 515 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/Lib
- Timestamp:
- 3 Jul 2013, 17:38:39 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/Lib/TLibCommon/TComDataCU.cpp
r514 r515 2646 2646 if ( pDInfo->bDV == false || ucVspMergePos != H_3D_VSP_POSITION || 0 == m_pcSlice->getViewIndex() || 2647 2647 !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 layers2648 m_pcSlice->getIsDepth() ) // VSP is disabled for depth layers 2649 2649 return false; 2650 2650
Note: See TracChangeset for help on using the changeset viewer.