Changeset 1057 in 3DVCSoftware


Ignore:
Timestamp:
26 Sep 2014, 19:47:23 (10 years ago)
Author:
tech
Message:

Fixed linux compilation errors.

Location:
branches/HTM-12.0-dev1/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/source/App/TAppEncoder/TAppEncTop.cpp

    r1056 r1057  
    18551855    else
    18561856    {
    1857       Int lsIdx = vps.olsIdxToLsIdx( olsIdx );
    18581857      if( (Int) m_profileTierLevelIdx[ olsIdx ].size() < vps.getNumLayersInIdList( lsIdx ) )
    18591858      {
  • branches/HTM-12.0-dev1/source/Lib/TLibCommon/TComSlice.cpp

    r1055 r1057  
    32073207    {
    32083208#if H_MV_HLS10_MAXNUMPICS
    3209       rps->checkMaxNumPics( vps->getVpsExtensionFlag(), INT_MAX, getLayerId(), getMaxDecPicBuffering( getSpsMaxSubLayersMinus1() ) - 1 );   // INT_MAX to be replaced by DpbSize
     3209      rps->checkMaxNumPics( vps->getVpsExtensionFlag(), MAX_INT, getLayerId(), getMaxDecPicBuffering( getSpsMaxSubLayersMinus1() ) - 1 );   // INT_MAX to be replaced by DpbSize
    32103210#else
    32113211      rps->checkMaxNumPics( vps->getVpsExtensionFlag(), vps->getMaxNumPics( currLayerId ),
Note: See TracChangeset for help on using the changeset viewer.