Changeset 121 in SHVCSoftware


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

compile warning fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibEncoder/TEncCavlc.cpp

    r118 r121  
    718718  // Target output layer signalling
    719719  WRITE_UVLC( vps->getNumOutputLayerSets(),            "vps_num_output_layer_sets");
    720   for(Int i = 0; i < vps->getNumOutputLayerSets(); i++)
     720  for(i = 0; i < vps->getNumOutputLayerSets(); i++)
    721721  {
    722722    WRITE_UVLC( vps->getOutputLayerSetIdx(i),           "vps_output_layer_set_idx[i]");
    723723    Int lsIdx = vps->getOutputLayerSetIdx(i);
    724     for(Int j = 0; j <= vps->getMaxLayerId(); j++)
     724    for(j = 0; j <= vps->getMaxLayerId(); j++)
    725725    {
    726726      if(vps->getLayerIdIncludedFlag(lsIdx, j))
Note: See TracChangeset for help on using the changeset viewer.