Ignore:
Timestamp:
17 Sep 2013, 19:39:11 (11 years ago)
Author:
seregin
Message:

rename MaxSublayerForIlpPlus1 with MaxTidIlRefPicsPlus1

File:
1 edited

Legend:

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

    r398 r399  
    941941    {
    942942#if N0120_MAX_TID_REF_CFG
    943       vps->setMaxSublayerForIlpPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
     943      vps->setMaxTidIlRefPicsPlus1(i, m_acTEncTop[i].getMaxTidIlRefPicsPlus1());
    944944#else
    945       vps->setMaxSublayerForIlpPlus1(i, vps->getMaxTLayers()+1);
     945      vps->setMaxTidIlRefPicsPlus1(i, vps->getMaxTLayers()+1);
    946946#endif
    947947    }
     
    951951    for( i = 0; i < MAX_VPS_LAYER_ID_PLUS1 - 1; i++ )
    952952    {
    953       vps->setMaxSublayerForIlpPlus1(i, 7);
     953      vps->setMaxTidIlRefPicsPlus1(i, 7);
    954954    }
    955955  }
Note: See TracChangeset for help on using the changeset viewer.