Changeset 73 in SHVCSoftware for branches


Ignore:
Timestamp:
8 Mar 2013, 22:54:54 (12 years ago)
Author:
seregin
Message:

correct the JCTVC_L0178 macro place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/source/Lib/TLibCommon/TypeDef.h

    r56 r73  
    6161#define REF_IDX_FRAMEWORK                0      ///< inter-layer reference framework
    6262
     63#if SVC_UPSAMPLING
     64#define JCTVC_L0178                      1      ///< implementation of JCTVC-L0178 (code only supports right and bottom croppping offsets)
     65#endif
     66
    6367#if AVC_BASE
    6468#define AVC_SYNTAX                       1      ///< Syntax reading for AVC base
     
    9397#endif
    9498
    95 #if SVC_UPSAMPLING
    96 #define JCTVC_L0178                      1      ///< implementation of JCTVC-L0178 (code only supports right and bottom croppping offsets)
    97 #endif
    98 
    9999#endif
    100100#endif
    101101#else
    102 #define SYNTAX_OUTPUT                    0
     102#define SYNTAX_OUTPUT                    1
    103103#endif
    104104
Note: See TracChangeset for help on using the changeset viewer.