Changeset 455 in SHVCSoftware for branches/SHM-4.0-dev/source/Lib/TLibCommon


Ignore:
Timestamp:
8 Nov 2013, 08:06:10 (11 years ago)
Author:
seregin
Message:

remove VPS_MOVE_DIR_DEPENDENCY_FLAG macro

Location:
branches/SHM-4.0-dev/source/Lib/TLibCommon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TComSlice.cpp

    r454 r455  
    111111#if SVC_EXTENSION
    112112, m_layerId                     ( 0 )
     113#if REF_IDX_MFM
     114, m_bMFMEnabledFlag               ( false )
     115#endif
    113116#if POC_RESET_FLAG
    114117, m_bPocResetFlag                 ( false )
    115 #endif
    116 #if REF_IDX_MFM
    117 , m_bMFMEnabledFlag               ( false )
    118118#endif
    119119, m_bDiscardableFlag              ( false )
  • branches/SHM-4.0-dev/source/Lib/TLibCommon/TypeDef.h

    r454 r455  
    7676#define VPS_EXTN_DIRECT_REF_LAYERS       1      ///< Include indication of direct dependency of layers in VPS extension
    7777#define VPS_OUTPUT_LAYER_SET_IDX         1      ///< JCTVC-M0268: Signal output_layer_set_idx[i] as output_layer_set_idx_minus1[i]
    78 #define VPS_MOVE_DIR_DEPENDENCY_FLAG     1      ///< JCTVC-M0268: Move the syntax element direct_dependency_flag to follow the syntax element dimension_id
    7978#define M0457_PREDICTION_INDICATIONS     1
    8079#define M0040_ADAPTIVE_RESOLUTION_CHANGE 1
Note: See TracChangeset for help on using the changeset viewer.