Changeset 543 in SHVCSoftware


Ignore:
Timestamp:
10 Jan 2014, 04:22:54 (11 years ago)
Author:
seregin
Message:

fix compilation issue

Location:
branches/SHM-4.1-dev/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.1-dev/source/App/TAppEncoder/TAppEncCfg.cpp

    r538 r543  
    25792579  printf("ENCODER_FAST_MODE: %d ", ENCODER_FAST_MODE);
    25802580  printf("REF_IDX_MFM: %d ", REF_IDX_MFM);
    2581 #else
    2582   printf("RecalQP:%d", m_recalculateQPAccordingToLambda ? 1 : 0 );
    2583 #endif
    25842581  printf("O0194_DIFFERENT_BITDEPTH_EL_BL: %d ", O0194_DIFFERENT_BITDEPTH_EL_BL);
    25852582  printf("O0194_JOINT_US_BITSHIFT: %d ", O0194_JOINT_US_BITSHIFT);
    25862583  printf("O0194_WEIGHTED_PREDICTION_CGS: %d ",O0194_WEIGHTED_PREDICTION_CGS);
     2584#else
     2585  printf("RecalQP:%d", m_recalculateQPAccordingToLambda ? 1 : 0 );
     2586#endif
    25872587  printf("\n\n");
    25882588 
  • branches/SHM-4.1-dev/source/Lib/TLibCommon/TypeDef.h

    r542 r543  
    9898
    9999#if VPS_VUI
    100 #define VPS_VUI_TILES_NOT_IN_USE__FLAG    1      ///< JCTVC-O0226: VPS VUI flag to indicate tile not in use
    101 #define VPS_VUI_WPP_NOT_IN_USE__FLAG    1      ///< JCTVC-O0226: VPS VUI flag to indicate tile not in use
     100#define VPS_VUI_TILES_NOT_IN_USE__FLAG   1      ///< JCTVC-O0226: VPS VUI flag to indicate tile not in use
     101#define VPS_VUI_WPP_NOT_IN_USE__FLAG     1      ///< JCTVC-O0226: VPS VUI flag to indicate tile not in use
    102102#define TILE_BOUNDARY_ALIGNED_FLAG       1      ///< JCTVC-N0160/JCTVC-N0199 proposal 2 variant 2: VPS VUI flag to indicate tile boundary alignment
    103103#define N0160_VUI_EXT_ILP_REF            1      ///< VUI extension inter-layer dependency offset signalling
Note: See TracChangeset for help on using the changeset viewer.