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


Ignore:
Timestamp:
13 Oct 2014, 19:03:07 (11 years ago)
Author:
seregin
Message:

fix compile warning

File:
1 edited

Legend:

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

    r903 r904  
    4949#include <time.h>
    5050#include <math.h>
     51#if P0297_VPS_POC_LSB_ALIGNED_FLAG
     52#include <limits.h>
     53#endif
    5154
    5255using namespace std;
     
    36363639    if (slice->getLayerId() == 0)
    36373640    {
    3638       int highestPoc = INT_MIN;
     3641      Int highestPoc = INT_MIN;
    36393642      // Find greatest POC in DPB for layer 0
    36403643      for (TComList<TComPic*>::iterator iterPic = m_pcEncTop->getListPic()->begin(); iterPic != m_pcEncTop->getListPic()->end(); ++iterPic)
Note: See TracChangeset for help on using the changeset viewer.