Changeset 48 in 3DVCSoftware for branches/0.3-poznan-univ/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 30 Mar 2012, 18:57:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/source/Lib/TLibEncoder/TEncCfg.h
r41 r48 187 187 //std::vector<int> m_aiLayerQPOffset; 188 188 189 #if BITSTREAM_EXTRACTION 190 UInt m_uiLayerId; 191 #endif 189 192 UInt m_uiViewId; 190 193 Int m_iViewOrderIdx; … … 257 260 Void setRateGOPSize ( Int i ) { m_iRateGOPSize = i; } 258 261 262 #if BITSTREAM_EXTRACTION 263 Void setLayerId ( UInt u ) { m_uiLayerId = u; } 264 UInt getLayerId ( ) { return m_uiLayerId; } 265 #endif 259 266 Void setViewId ( UInt u ) { m_uiViewId = u; } 260 267 Void setViewOrderIdx ( Int i ) { m_iViewOrderIdx = i; }
Note: See TracChangeset for help on using the changeset viewer.