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


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

fix compiler warnings

File:
1 edited

Legend:

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

    r399 r402  
    890890    WRITE_CODE( vps->getVpsNumRepFormats() - 1, 4, "vps_num_rep_formats_minus1" );
    891891  }
    892   for(Int i = 0; i < vps->getVpsNumRepFormats(); i++)
     892  for(i = 0; i < vps->getVpsNumRepFormats(); i++)
    893893  {
    894894    // Read rep_format_structures
     
    898898  if( vps->getRepFormatIdxPresentFlag() )
    899899  {
    900     for(Int i = 1; i < vps->getMaxLayers(); i++)
     900    for(i = 1; i < vps->getMaxLayers(); i++)
    901901    {
    902902      if( vps->getVpsNumRepFormats() > 1 )
Note: See TracChangeset for help on using the changeset viewer.