Changeset 402 in SHVCSoftware for branches/SHM-3.1-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
20 Sep 2013, 18:42:44 (11 years ago)
Author:
seregin
Message:

fix compiler warnings

File:
1 edited

Legend:

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

    r399 r402  
    11551155    vps->setVpsNumRepFormats( vps->getMaxLayers() );
    11561156  }
    1157   for(Int i = 0; i < vps->getVpsNumRepFormats(); i++)
     1157  for(i = 0; i < vps->getVpsNumRepFormats(); i++)
    11581158  {
    11591159    // Read rep_format_structures
     
    11651165  if( vps->getRepFormatIdxPresentFlag() )
    11661166  {
    1167     for(Int i = 1; i < vps->getMaxLayers(); i++)
     1167    for(i = 1; i < vps->getMaxLayers(); i++)
    11681168    {
    11691169      if( vps->getVpsNumRepFormats() > 1 )
     
    11821182  {
    11831183    // default assignment - each layer assigned each rep_format() structure in the order signaled
    1184     for(Int i = 1; i < vps->getMaxLayers(); i++)
     1184    for(i = 1; i < vps->getMaxLayers(); i++)
    11851185    {
    11861186      vps->setVpsRepFormatIdx( i, i );
Note: See TracChangeset for help on using the changeset viewer.