Changeset 642 in SHVCSoftware
- Timestamp:
- 25 Mar 2014, 17:58:02 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp
r637 r642 761 761 for(UInt i=0; i < sps->getMaxTLayers(); i++) 762 762 { 763 // to avoid compiler warning "array subscript is above array bounds" 764 assert( i < MAX_TLAYER ); 765 763 766 sps->setMaxDecPicBuffering( activeVPS->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i); 764 767 }
Note: See TracChangeset for help on using the changeset viewer.