Changeset 1305 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibExtractor
- Timestamp:
- 29 Jul 2015, 12:12:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibExtractor/TExtrTop.cpp
r1200 r1305 74 74 { 75 75 TComSPS cSPS; 76 #if H_3D77 78 76 m_cEntropyDecoder .decodeSPS( &cSPS ); 79 #else80 m_cEntropyDecoder .decodeSPS( &cSPS );81 #endif82 77 m_acSPSBuffer .push_back( cSPS ); 83 78 } … … 111 106 rcVpsInfoHandle << "LayerIdInNuh = " << layerId << std::endl; 112 107 rcVpsInfoHandle << "ViewOrderIndex = " << m_cVPS.getViewIndex ( layerId ) << std::endl; 113 #if H_3D114 108 rcVpsInfoHandle << "DepthFlag = " << m_cVPS.getDepthId ( layerId ) << std::endl; 115 #endif116 109 rcVpsInfoHandle << "ViewId = " << m_cVPS.getViewId ( layerId ) << std::endl; 117 110 }
Note: See TracChangeset for help on using the changeset viewer.