Changeset 1392 in 3DVCSoftware for branches/HTM-16.0-dev1/source/Lib/TLibDecoder
- Timestamp:
- 17 Nov 2015, 20:34:03 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.0-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp
r1386 r1392 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 );
Note: See TracChangeset for help on using the changeset viewer.