Changeset 1061 in SHVCSoftware for branches/SHM-dev/source
- Timestamp:
- 4 Mar 2015, 22:33:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/TComSlice.h
r1057 r1061 1225 1225 Bool getMaxTSLayersPresentFlag() { return m_maxTSLayersPresentFlag ;} 1226 1226 Void setMaxTSLayersPresentFlag(Bool x) { m_maxTSLayersPresentFlag = x;} 1227 UInt getMaxTSLayersMinus1(Int layerId ) { return m_maxTSLayerMinus1[layerId];}1228 Void setMaxTSLayersMinus1(Int layerId , UInt maxTSublayer) { m_maxTSLayerMinus1[layerId] = maxTSublayer;}1227 UInt getMaxTSLayersMinus1(Int layerIdx) { return m_maxTSLayerMinus1[layerIdx];} 1228 Void setMaxTSLayersMinus1(Int layerIdx, UInt maxTSublayer) { m_maxTSLayerMinus1[layerIdx] = maxTSublayer;} 1229 1229 #endif 1230 1230 #if M0040_ADAPTIVE_RESOLUTION_CHANGE
Note: See TracChangeset for help on using the changeset viewer.