Ignore:
Timestamp:
28 Jun 2013, 00:40:00 (12 years ago)
Author:
seregin
Message:

update to HM11.0

File:
1 edited

Legend:

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

    r194 r302  
    5656// ====================================================================================================================
    5757
     58#if SVC_EXTENSION
    5859#define NV_VERSION        "2.1"                 ///< Current software version
     60#else
     61#define NV_VERSION        "11.0"                ///< Current software version
     62#endif
    5963
    6064// ====================================================================================================================
     
    110114#define MAX_NUM_REF_PICS            16          ///< max. number of pictures used for reference
    111115#define MAX_NUM_REF                 16          ///< max. number of entries in picture reference list
    112 #if !L0034_COMBINED_LIST_CLEANUP
    113 #define MAX_NUM_REF_LC              MAX_NUM_REF_PICS  // TODO: remove this macro definition (leftover from combined list concept)
    114 #endif
    115116
    116117#define MAX_UINT                    0xFFFFFFFFU ///< max. value of unsigned 32-bit integer
Note: See TracChangeset for help on using the changeset viewer.