Changeset 588 in SHVCSoftware for trunk/source/Lib/TLibCommon/CommonDef.h
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev (added) merged: 548-585,587
- Property svn:mergeinfo changed
-
trunk/source
- Property svn:mergeinfo changed
/branches/SHM-5.0-dev/source (added) merged: 549-585 /trunk/source removed
- Property svn:mergeinfo changed
-
trunk/source/Lib/TLibCommon/CommonDef.h
r540 r588 57 57 #if SVC_EXTENSION 58 58 #include <vector> 59 #define NV_VERSION " 4.1" ///< Current software version59 #define NV_VERSION "5.0 (HM-12.1)" ///< Current software version 60 60 #else 61 61 #define NV_VERSION "12.1" ///< Current software version … … 284 284 { 285 285 Int m_targetLayerId; 286 Int m_ outputLayerSetIdx;286 Int m_targetOutputLayerSetIdx; 287 287 std::vector<Int> *m_targetDecLayerIdSet; 288 288 Bool m_valueCheckedFlag; … … 290 290 CommonDecoderParams(): 291 291 m_targetLayerId(0) 292 , m_ outputLayerSetIdx(-1)292 , m_targetOutputLayerSetIdx(-1) 293 293 , m_targetDecLayerIdSet(NULL) 294 294 , m_valueCheckedFlag(false) … … 298 298 Int getTargetLayerId() { return m_targetLayerId;} 299 299 300 Void set OutputLayerSetIdx(const Int x) { m_outputLayerSetIdx = x; }301 Int get OutputLayerSetIdx() { return m_outputLayerSetIdx;}300 Void setTargetOutputLayerSetIdx(const Int x) { m_targetOutputLayerSetIdx = x; } 301 Int getTargetOutputLayerSetIdx() { return m_targetOutputLayerSetIdx;} 302 302 303 303 Void setTargetDecLayerIdSet(std::vector<Int> *x) { m_targetDecLayerIdSet = x; }
Note: See TracChangeset for help on using the changeset viewer.