Changeset 1251 in 3DVCSoftware for branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibEncoder/TEncTop.cpp
- Timestamp:
- 4 Jun 2015, 11:47:20 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1-RWTH/source/Lib/TLibEncoder/TEncTop.cpp
r1219 r1251 994 994 Int layerId = getVPS()->getLayerIdInNuh(i); 995 995 if( getVPS()->getDepthId(layerId) ) 996 m_cDLT.setDepthIdxToLayerId(j++, i);996 m_cDLT.setDepthIdxToLayerId(j++, layerId); 997 997 } 998 998 m_cPPS.setDLT( m_cDLT );
Note: See TracChangeset for help on using the changeset viewer.