Changeset 552 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h
- Timestamp:
- 23 Jan 2014, 18:05:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-5.0-dev/source/Lib/TLibCommon/TComSlice.h
r551 r552 514 514 // Profile-tier-level signalling related 515 515 Bool m_profilePresentFlag[MAX_VPS_LAYER_SETS_PLUS1]; // The value with index 0 will not be used. 516 #if !P0048_REMOVE_PROFILE_REF 516 517 UInt m_profileLayerSetRef[MAX_VPS_LAYER_SETS_PLUS1]; // The value with index 0 will not be used. 518 #endif 517 519 std::vector<TComPTL> m_pcPTLForExtn; 518 520 #endif … … 777 779 Void setProfilePresentFlag(Int id, Bool x) { m_profilePresentFlag[id] = x; } 778 780 781 #if !P0048_REMOVE_PROFILE_REF 779 782 UInt getProfileLayerSetRef(Int id) { return m_profileLayerSetRef[id]; } 780 783 Void setProfileLayerSetRef(Int id, Bool x) { m_profileLayerSetRef[id] = x; } 784 #endif 781 785 782 786 std::vector<TComPTL>* getPTLForExtnPtr() { return &m_pcPTLForExtn; }
Note: See TracChangeset for help on using the changeset viewer.