Changeset 1205 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder
- Timestamp:
- 8 Jul 2015, 21:02:42 (10 years ago)
- Location:
- branches/SHM-dev/source/Lib/TLibDecoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1204 r1205 55 55 Bool TDecTop::m_picNonIdrWithRadlPresentFlag = false; 56 56 Bool TDecTop::m_picNonIdrNoLpPresentFlag = false; 57 #if POC_RESET_VALUE_RESTRICTION58 57 Int TDecTop::m_crossLayerPocResetPeriodId = -1; 59 58 Int TDecTop::m_crossLayerPocResetIdc = -1; 60 #endif61 59 #endif 62 60 … … 923 921 m_parseIdc = 0; 924 922 } 925 #if POC_RESET_VALUE_RESTRICTION 923 926 924 // Check if the POC Reset period ID matches with the Reset Period ID 927 925 if( pocResetPeriodId == m_crossLayerPocResetPeriodId ) … … 949 947 } 950 948 } 951 #endif952 949 } 953 950 else -
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.h
r1204 r1205 173 173 static Bool m_picNonIdrWithRadlPresentFlag; 174 174 static Bool m_picNonIdrNoLpPresentFlag; 175 #if POC_RESET_VALUE_RESTRICTION176 175 static Int m_crossLayerPocResetPeriodId; 177 176 static Int m_crossLayerPocResetIdc; 178 #endif179 177 #endif //SVC_EXTENSION 180 178
Note: See TracChangeset for help on using the changeset viewer.