Changeset 339 in SHVCSoftware for branches/SHM-3.0-dev


Ignore:
Timestamp:
15 Aug 2013, 21:23:13 (11 years ago)
Author:
seregin
Message:

fix compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.0-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r337 r339  
    892892  if (vps->getMaxTidIlRefPicsPlus1PresentFlag())
    893893  {
    894     for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)
     894    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
    895895    {
    896896      vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1);
     
    899899  else
    900900  {
    901     for( Int i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++)
     901    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
    902902    {
    903903      vps->setMaxSublayerForIlpPlus1(i, 7);
Note: See TracChangeset for help on using the changeset viewer.