Ignore:
Timestamp:
29 Jul 2015, 12:12:44 (9 years ago)
Author:
tech
Message:

Further fixes and alignments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-14.1-update-dev1/source/Lib/TLibExtractor/TExtrTop.cpp

    r1200 r1305  
    7474  {
    7575     TComSPS     cSPS;
    76 #if H_3D
    77 
    7876     m_cEntropyDecoder   .decodeSPS( &cSPS );
    79 #else
    80      m_cEntropyDecoder   .decodeSPS( &cSPS );
    81 #endif
    8277     m_acSPSBuffer       .push_back( cSPS );
    8378  }
     
    111106    rcVpsInfoHandle << "LayerIdInNuh   = " << layerId                             << std::endl;
    112107    rcVpsInfoHandle << "ViewOrderIndex = " << m_cVPS.getViewIndex     ( layerId ) << std::endl;     
    113 #if H_3D   
    114108    rcVpsInfoHandle << "DepthFlag      = " << m_cVPS.getDepthId       ( layerId ) << std::endl;     
    115 #endif
    116109    rcVpsInfoHandle << "ViewId         = " << m_cVPS.getViewId        ( layerId ) << std::endl;     
    117110  }
Note: See TracChangeset for help on using the changeset viewer.