Changeset 194 in 3DVCSoftware for branches/HTM-5.0-Qualcomm/source/Lib/TLibEncoder/TEncCfg.h
- Timestamp:
- 26 Nov 2012, 18:35:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.0-Qualcomm/source/Lib/TLibEncoder/TEncCfg.h
r189 r194 307 307 #endif 308 308 309 #if VIDYO_VPS_INTEGRATION 309 #if VIDYO_VPS_INTEGRATION|MVHEVC 310 310 UInt m_layerId; 311 311 #endif … … 820 820 Int getTSIG() { return m_signHidingThreshold; } 821 821 #endif 822 #if VIDYO_VPS_INTEGRATION 822 #if VIDYO_VPS_INTEGRATION |MVHEVC 823 823 Void setLayerId ( UInt layerId ) { m_layerId = layerId; } 824 824 UInt getLayerId () { return m_layerId; }
Note: See TracChangeset for help on using the changeset viewer.