Changeset 40 in 3DVCSoftware for branches/0.3-ericsson/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 25 Mar 2012, 13:04:30 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-ericsson/source/Lib/TLibEncoder/TEncCfg.h
r34 r40 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; … … 238 241 Void setRateGOPSize ( Int i ) { m_iRateGOPSize = i; } 239 242 243 #if BITSTREAM_EXTRACTION 244 Void setLayerId ( UInt u ) { m_uiLayerId = u; } 245 UInt getLayerId ( ) { return m_uiLayerId; } 246 #endif 240 247 Void setViewId ( UInt u ) { m_uiViewId = u; } 241 248 Void setViewOrderIdx ( Int i ) { m_iViewOrderIdx = i; }
Note: See TracChangeset for help on using the changeset viewer.