Changeset 642 in SHVCSoftware


Ignore:
Timestamp:
25 Mar 2014, 17:58:02 (11 years ago)
Author:
seregin
Message:

fix compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r637 r642  
    761761    for(UInt i=0; i < sps->getMaxTLayers(); i++)
    762762    {
     763      // to avoid compiler warning "array subscript is above array bounds"
     764      assert( i < MAX_TLAYER );
     765
    763766      sps->setMaxDecPicBuffering( activeVPS->getMaxVpsDecPicBufferingMinus1( getCommonDecoderParams()->getTargetOutputLayerSetIdx(), sps->getLayerId(), i) + 1, i);
    764767    }
Note: See TracChangeset for help on using the changeset viewer.