Changeset 1280 in SHVCSoftware
- Timestamp:
- 16 Jul 2015, 03:53:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp
r1277 r1280 49 49 #include <time.h> 50 50 #include <math.h> 51 52 51 #include <deque> 52 53 #if SVC_EXTENSION 54 #include <limits.h> 55 Bool TEncGOP::m_signalledVPS = false; 56 #endif 57 53 58 using namespace std; 54 59 … … 57 62 #endif 58 63 59 #if SVC_EXTENSION60 Bool TEncGOP::m_signalledVPS = false;61 #endif62 64 63 65 //! \ingroup TLibEncoder
Note: See TracChangeset for help on using the changeset viewer.