Changeset 1056 in 3DVCSoftware


Ignore:
Timestamp:
26 Sep 2014, 19:35:12 (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

    r1054 r1056  
    145145#endif
    146146#if H_MV_HLS10_GEN_FIX
    147   Bool wasEmpty = true;
    148147  if ( m_targetEncLayerIdList.size() == 0 )
    149148  {
  • branches/HTM-12.0-dev1/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1055 r1056  
    24722472            vps->getVpsExtensionFlag(),
    24732473#if H_MV_HLS10_MAXNUMPICS
    2474             INT_MAX,  // To be replaced by MaxDbpSize
     2474            MAX_INT,  // To be replaced by MaxDbpSize
    24752475#else
    24762476            vps->getMaxNumPics( rpcSlice->getLayerId() ),
     
    25892589          vps->getVpsExtensionFlag(),
    25902590#if H_MV_HLS10_MAXNUMPICS
    2591             INT_MAX,  // To be replaced by MaxDbpsize
     2591            MAX_INT,  // To be replaced by MaxDbpsize
    25922592#else
    25932593          vps->getMaxNumPics( rpcSlice->getLayerId() ),
Note: See TracChangeset for help on using the changeset viewer.