Changeset 1396 in 3DVCSoftware for trunk/source/Lib/TLibDecoder


Ignore:
Timestamp:
11 Mar 2016, 16:54:51 (9 years ago)
Author:
tech
Message:

Merged HTM-16.0-dev1@1395.

Location:
trunk/source/Lib/TLibDecoder
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1386 r1396  
    21352135    for( Int j = 0; j  <=  vps->getMaxSubLayersInLayerSetMinus1( currLsIdx ); j++ )
    21362136    { 
     2137#if NH_3D_FIX_TICKET_114
     2138      if( j > 0  &&  dpbSize.getSubLayerFlagInfoPresentFlag( i )  ) 
     2139#else
    21372140      if( j > 0  &&  dpbSize.getSubLayerDpbInfoPresentFlag( i, j )  ) 
     2141#endif
    21382142      {
    21392143        READ_FLAG( uiCode, "sub_layer_dpb_info_present_flag" ); dpbSize.setSubLayerDpbInfoPresentFlag( i, j, uiCode == 1 );
  • trunk/source/Lib/TLibDecoder/TDecTop.cpp

    r1386 r1396  
    10631063    m_pcPic->setLayerId( nalu.m_nuhLayerId );
    10641064    m_pcPic->setViewId ( getViewId() );
    1065 #if NH_3D
     1065#if NH_3D || NH_3D_VSO
    10661066    m_pcPic->setViewIndex( getViewIndex() );
    10671067    m_pcPic->setIsDepth  ( getIsDepth  () );
  • trunk/source/Lib/TLibDecoder/TDecTop.h

    r1321 r1396  
    247247  Int                     m_layerId;
    248248  Int                     m_viewId;
    249 #if NH_3D                
     249#if NH_3D || NH_3D_VSO
    250250  Int                     m_viewIndex;
    251251  Bool                    m_isDepth;
Note: See TracChangeset for help on using the changeset viewer.