Changeset 479 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 15 Nov 2013, 22:47:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.h
r475 r479 566 566 Bool m_maxOneActiveRefLayerFlag; 567 567 #endif 568 #if O0062_POC_LSB_NOT_PRESENT_FLAG 569 Bool m_pocLsbNotPresentFlag[MAX_VPS_LAYER_ID_PLUS1]; 570 #endif 568 571 #if N0147_IRAP_ALIGN_FLAG 569 572 Bool m_crossLayerIrapAlignFlag; … … 779 782 Bool getMaxOneActiveRefLayerFlag() { return m_maxOneActiveRefLayerFlag; } 780 783 Void setMaxOneActiveRefLayerFlag(Bool x) { m_maxOneActiveRefLayerFlag = x; } 781 #endif 784 #endif 785 #if O0062_POC_LSB_NOT_PRESENT_FLAG 786 UInt getPocLsbNotPresentFlag(Int i) { return m_pocLsbNotPresentFlag[i]; } 787 Void setPocLsbNotPresentFlag(Int i, Bool x) { m_pocLsbNotPresentFlag[i] = x; } 788 #endif 782 789 #if N0147_IRAP_ALIGN_FLAG 783 790 Bool getCrossLayerIrapAlignFlag() { return m_crossLayerIrapAlignFlag; }
Note: See TracChangeset for help on using the changeset viewer.