Changeset 631 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibCommon
- Timestamp:
- 15 Mar 2014, 07:22:13 (11 years ago)
- Location:
- branches/SHM-5.1-dev/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.cpp
r630 r631 116 116 , m_handleCraAsBlaFlag ( false ) 117 117 #endif 118 #if POC_RESET_IDC_SIGNAL lING118 #if POC_RESET_IDC_SIGNALLING 119 119 , m_pocResetIdc ( 0 ) 120 120 , m_pocResetPeriodId ( 0 ) -
branches/SHM-5.1-dev/source/Lib/TLibCommon/TComSlice.h
r630 r631 2047 2047 Bool m_handleCraAsBlaFlag; 2048 2048 #endif 2049 #if POC_RESET_IDC_SIGNAL lING2049 #if POC_RESET_IDC_SIGNALLING 2050 2050 Int m_pocResetIdc; 2051 2051 Int m_pocResetPeriodId; … … 2383 2383 2384 2384 #endif 2385 #if POC_RESET_IDC_SIGNAL lING2385 #if POC_RESET_IDC_SIGNALLING 2386 2386 Int getPocResetIdc () { return m_pocResetIdc; } 2387 2387 Void setPocResetIdc (Int b) { m_pocResetIdc = b; }
Note: See TracChangeset for help on using the changeset viewer.