Ignore:
Timestamp:
6 Jan 2015, 04:21:12 (10 years ago)
Author:
seregin
Message:

port the fix for ticket #38

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/CommonDef.h

    r916 r961  
    311311  Int m_targetLayerId;
    312312  Int m_targetOutputLayerSetIdx;
    313   std::vector<Int> *m_targetDecLayerIdSet; 
     313  std::vector<Int> *m_targetDecLayerIdSet;
    314314  Bool m_valueCheckedFlag;
    315315  Int m_highestTId;
    316316public:
    317   CommonDecoderParams():
     317  CommonDecoderParams():
     318#if FIX_CONF_MODE
     319    m_targetLayerId(MAX_VPS_LAYER_ID_PLUS1)
     320#else
    318321    m_targetLayerId(0)
     322#endif
    319323    , m_targetOutputLayerSetIdx(-1)
    320324    , m_targetDecLayerIdSet(NULL)
Note: See TracChangeset for help on using the changeset viewer.