Changeset 302 in SHVCSoftware for branches/SHM-2.1-dev/source/Lib/TLibCommon/CommonDef.h
- Timestamp:
- 28 Jun 2013, 00:40:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-2.1-dev/source/Lib/TLibCommon/CommonDef.h
r194 r302 56 56 // ==================================================================================================================== 57 57 58 #if SVC_EXTENSION 58 59 #define NV_VERSION "2.1" ///< Current software version 60 #else 61 #define NV_VERSION "11.0" ///< Current software version 62 #endif 59 63 60 64 // ==================================================================================================================== … … 110 114 #define MAX_NUM_REF_PICS 16 ///< max. number of pictures used for reference 111 115 #define MAX_NUM_REF 16 ///< max. number of entries in picture reference list 112 #if !L0034_COMBINED_LIST_CLEANUP113 #define MAX_NUM_REF_LC MAX_NUM_REF_PICS // TODO: remove this macro definition (leftover from combined list concept)114 #endif115 116 116 117 #define MAX_UINT 0xFFFFFFFFU ///< max. value of unsigned 32-bit integer
Note: See TracChangeset for help on using the changeset viewer.