Changeset 120 in SHVCSoftware for branches


Ignore:
Timestamp:
11 Apr 2013, 04:08:15 (12 years ago)
Author:
interdigital
Message:

compile warning fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r118 r120  
    921921  // Target output layer signalling
    922922  READ_UVLC( uiCode,            "vps_num_output_layer_sets"); vps->setNumOutputLayerSets(uiCode);
    923   for(Int i = 0; i < vps->getNumOutputLayerSets(); i++)
     923  for(i = 0; i < vps->getNumOutputLayerSets(); i++)
    924924  {
    925925    READ_UVLC( uiCode,           "vps_output_layer_set_idx[i]"); vps->setOutputLayerSetIdx(i, uiCode);
    926926    Int lsIdx = vps->getOutputLayerSetIdx(i);
    927     for(Int j = 0; j <= vps->getMaxLayerId(); j++)
     927    for(j = 0; j <= vps->getMaxLayerId(); j++)
    928928    {
    929929      if(vps->getLayerIdIncludedFlag(lsIdx, j))
Note: See TracChangeset for help on using the changeset viewer.