Ignore:
Timestamp:
2 Oct 2015, 16:44:04 (9 years ago)
Author:
disney-htm
Message:

Disney's part of AlternativeDepthInfo SEI message integrated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0-Disney/source/Lib/TLibEncoder/SEIwrite.cpp

    r1342 r1343  
    180180     xWriteSEIMultiviewViewPosition(*static_cast<const SEIMultiviewViewPosition*>(&sei));
    181181     break;
    182 #if NH_MV_SEI_TBD
    183182   case SEI::ALTERNATIVE_DEPTH_INFO:
    184183     xWriteSEIAlternativeDepthInfo(*static_cast<const SEIAlternativeDepthInfo*>(&sei));
    185184     break;
    186 #endif
    187185#endif
    188186
     
    13091307#endif
    13101308
    1311 #if NH_MV_SEI_TBD
     1309
    13121310Void SEIWriter::xWriteSEIAlternativeDepthInfo( const SEIAlternativeDepthInfo& sei)
    13131311{
     
    13161314  {
    13171315    WRITE_CODE( sei.m_depthType, 2, "depth_type" );
     1316
     1317#if NH_MV_SEI_TBD
    13181318    if( sei.m_depthType  ==  0 )
    13191319    {
     
    13881388      }
    13891389    }
     1390#endif
     1391
    13901392    if( sei.m_depthType  ==  1 )
    13911393    {
     
    14121414};
    14131415
    1414 #endif
     1416
    14151417
    14161418//! \}
Note: See TracChangeset for help on using the changeset viewer.