Changeset 756 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
29 Apr 2014, 23:55:59 (11 years ago)
Author:
seregin
Message:

remove macro N0120_MAX_TID_REF_CFG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/TEncCfg.h

    r694 r756  
    348348  Bool      m_motionPredEnabledFlag[MAX_VPS_LAYER_ID_PLUS1];
    349349#endif
    350 #if N0120_MAX_TID_REF_CFG
    351350  Int       m_maxTidIlRefPicsPlus1;
    352 #endif
    353351#if AUXILIARY_PICTURES
    354352  ChromaFormat m_chromaFormatIDC;
     
    877875  Void      setMotionPredEnabledFlag        (Int i,Bool flag)               { m_motionPredEnabledFlag[i] = flag;  }
    878876#endif
    879 #if N0120_MAX_TID_REF_CFG
    880877  Int       getMaxTidIlRefPicsPlus1         ()                              { return m_maxTidIlRefPicsPlus1; }
    881878  Void      setMaxTidIlRefPicsPlus1         (Int num)                       { m_maxTidIlRefPicsPlus1 = num;  }
    882 #endif
    883879#if LAYERS_NOT_PRESENT_SEI
    884880  Void  setLayersNotPresentSEIEnabled(Int b)             { m_layersNotPresentSEIEnabled = b; }
Note: See TracChangeset for help on using the changeset viewer.