- Timestamp:
- 8 Mar 2013, 22:54:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h
r56 r73 61 61 #define REF_IDX_FRAMEWORK 0 ///< inter-layer reference framework 62 62 63 #if SVC_UPSAMPLING 64 #define JCTVC_L0178 1 ///< implementation of JCTVC-L0178 (code only supports right and bottom croppping offsets) 65 #endif 66 63 67 #if AVC_BASE 64 68 #define AVC_SYNTAX 1 ///< Syntax reading for AVC base … … 93 97 #endif 94 98 95 #if SVC_UPSAMPLING96 #define JCTVC_L0178 1 ///< implementation of JCTVC-L0178 (code only supports right and bottom croppping offsets)97 #endif98 99 99 #endif 100 100 #endif 101 101 #else 102 #define SYNTAX_OUTPUT 0102 #define SYNTAX_OUTPUT 1 103 103 #endif 104 104
Note: See TracChangeset for help on using the changeset viewer.