Changeset 1133 in 3DVCSoftware for trunk/source/Lib/TLibExtractor/TExtrTop.cpp
- Timestamp:
- 21 Feb 2015, 22:47:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibExtractor/TExtrTop.cpp
r1124 r1133 74 74 #if H_3D 75 75 76 #if HHI_TOOL_PARAMETERS_I2_J010777 76 m_cEntropyDecoder .decodeSPS( &cSPS ); 78 #else79 Int layerIdInVPS = m_cVPS.getLayerIdInVps( uiLayerId );80 m_cEntropyDecoder .decodeSPS( &cSPS, m_cVPS.getViewIndex( layerIdInVPS ), ( m_cVPS.getDepthId( layerIdInVPS ) == 1 ) );81 #endif82 77 #else 83 78 m_cEntropyDecoder .decodeSPS( &cSPS );
Note: See TracChangeset for help on using the changeset viewer.