Changeset 1396 in 3DVCSoftware for trunk/source/Lib/TLibDecoder
- Timestamp:
- 11 Mar 2016, 16:54:51 (9 years ago)
- Location:
- trunk/source/Lib/TLibDecoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1386 r1396 2135 2135 for( Int j = 0; j <= vps->getMaxSubLayersInLayerSetMinus1( currLsIdx ); j++ ) 2136 2136 { 2137 #if NH_3D_FIX_TICKET_114 2138 if( j > 0 && dpbSize.getSubLayerFlagInfoPresentFlag( i ) ) 2139 #else 2137 2140 if( j > 0 && dpbSize.getSubLayerDpbInfoPresentFlag( i, j ) ) 2141 #endif 2138 2142 { 2139 2143 READ_FLAG( uiCode, "sub_layer_dpb_info_present_flag" ); dpbSize.setSubLayerDpbInfoPresentFlag( i, j, uiCode == 1 ); -
trunk/source/Lib/TLibDecoder/TDecTop.cpp
r1386 r1396 1063 1063 m_pcPic->setLayerId( nalu.m_nuhLayerId ); 1064 1064 m_pcPic->setViewId ( getViewId() ); 1065 #if NH_3D 1065 #if NH_3D || NH_3D_VSO 1066 1066 m_pcPic->setViewIndex( getViewIndex() ); 1067 1067 m_pcPic->setIsDepth ( getIsDepth () ); -
trunk/source/Lib/TLibDecoder/TDecTop.h
r1321 r1396 247 247 Int m_layerId; 248 248 Int m_viewId; 249 #if NH_3D 249 #if NH_3D || NH_3D_VSO 250 250 Int m_viewIndex; 251 251 Bool m_isDepth;
Note: See TracChangeset for help on using the changeset viewer.