Changeset 748 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder
- Timestamp:
- 25 Apr 2014, 22:44:21 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp
r747 r748 861 861 // to avoid compiler warning "array subscript is above array bounds" 862 862 assert( i < MAX_TLAYER ); 863 863 #if LAYER_DECPICBUFF_PARAM && RESOLUTION_BASED_DPB 864 sps->setMaxDecPicBuffering( activeVPS->getMaxVpsLayerDecPicBuffMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i); 865 #else 864 866 sps->setMaxDecPicBuffering( activeVPS->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i); 867 #endif 865 868 } 866 869 }
Note: See TracChangeset for help on using the changeset viewer.