Changeset 891 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 25 Sep 2014, 23:27:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
r889 r891 2206 2206 #endif 2207 2207 { 2208 #if DPB_INTERNAL_BL_SIG 2209 uiCode=0; 2210 if(vps->getBaseLayerInternalFlag() || ( vps->getLayerSetLayerIdList(layerSetIdxForOutputLayerSet, k) != 0 ) ) 2211 #endif 2208 2212 READ_UVLC( uiCode, "max_vps_dec_pic_buffering_minus1[i][k][j]" ); vps->setMaxVpsDecPicBufferingMinus1( i, k, j, uiCode ); 2209 2213 }
Note: See TracChangeset for help on using the changeset viewer.