Changeset 1107 in 3DVCSoftware for branches/HTM-12.2-dev2-HHI/source/Lib/TLibExtractor
- Timestamp:
- 6 Nov 2014, 20:57:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-12.2-dev2-HHI/source/Lib/TLibExtractor/TExtrTop.cpp
r1106 r1107 73 73 TComSPS cSPS; 74 74 #if H_3D 75 Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId ); 75 76 76 #if HHI_TOOL_PARAMETERS_I2_J0107 77 77 m_cEntropyDecoder .decodeSPS( &cSPS ); 78 78 #else 79 Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId ); 79 80 m_cEntropyDecoder .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) ); 80 81 #endif
Note: See TracChangeset for help on using the changeset viewer.