Changeset 904 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibEncoder
- Timestamp:
- 13 Oct 2014, 19:03:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r903 r904 49 49 #include <time.h> 50 50 #include <math.h> 51 #if P0297_VPS_POC_LSB_ALIGNED_FLAG 52 #include <limits.h> 53 #endif 51 54 52 55 using namespace std; … … 3636 3639 if (slice->getLayerId() == 0) 3637 3640 { 3638 int highestPoc = INT_MIN;3641 Int highestPoc = INT_MIN; 3639 3642 // Find greatest POC in DPB for layer 0 3640 3643 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.