Changeset 1343 in 3DVCSoftware for branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder
- Timestamp:
- 2 Oct 2015, 16:44:04 (9 years ago)
- Location:
- branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder/SEIwrite.cpp
r1342 r1343 180 180 xWriteSEIMultiviewViewPosition(*static_cast<const SEIMultiviewViewPosition*>(&sei)); 181 181 break; 182 #if NH_MV_SEI_TBD183 182 case SEI::ALTERNATIVE_DEPTH_INFO: 184 183 xWriteSEIAlternativeDepthInfo(*static_cast<const SEIAlternativeDepthInfo*>(&sei)); 185 184 break; 186 #endif187 185 #endif 188 186 … … 1309 1307 #endif 1310 1308 1311 #if NH_MV_SEI_TBD 1309 1312 1310 Void SEIWriter::xWriteSEIAlternativeDepthInfo( const SEIAlternativeDepthInfo& sei) 1313 1311 { … … 1316 1314 { 1317 1315 WRITE_CODE( sei.m_depthType, 2, "depth_type" ); 1316 1317 #if NH_MV_SEI_TBD 1318 1318 if( sei.m_depthType == 0 ) 1319 1319 { … … 1388 1388 } 1389 1389 } 1390 #endif 1391 1390 1392 if( sei.m_depthType == 1 ) 1391 1393 { … … 1412 1414 }; 1413 1415 1414 #endif 1416 1415 1417 1416 1418 //! \} -
branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder/SEIwrite.h
r1342 r1343 107 107 Void xWriteSEIMultiviewAcquisitionInfo ( const SEIMultiviewAcquisitionInfo& sei); 108 108 Void xWriteSEIMultiviewViewPosition ( const SEIMultiviewViewPosition& sei); 109 #if NH_MV_SEI_TBD110 109 Void xWriteSEIAlternativeDepthInfo ( const SEIAlternativeDepthInfo& sei); 111 #endif112 110 Void xWriteByteAlign(); 113 111 };
Note: See TracChangeset for help on using the changeset viewer.