Ignore:
Timestamp:
7 Jul 2015, 02:24:58 (9 years ago)
Author:
seregin
Message:

macro cleanup: P0300_ALT_OUTPUT_LAYER_FLAG, O0153_ALT_OUTPUT_LAYER_FLAG

File:
1 edited

Legend:

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

    r1116 r1124  
    16851685  ("SEIOverlayPersistenceFlag",               m_overlayInfoPersistenceFlag,              true, "Indicates if the SEI message applies to the current picture only (0) or also to following pictures (1)")
    16861686#endif
     1687#if SVC_EXTENSION
    16871688#if Q0189_TMVP_CONSTRAINTS
    16881689  ("SEITemporalMotionVectorPredictionConstraints",             m_TMVPConstraintsSEIEnabled,              0, "Control generation of TMVP constrants SEI message")
     
    17031704  ("TileSetsArray",                    cfg_tileSets,                         string(""), "Array containing tile sets params (TopLeftTileIndex, BottonRightTileIndex and ilcIdc for each set) ")
    17041705#endif
    1705 #if O0153_ALT_OUTPUT_LAYER_FLAG
    17061706  ("AltOutputLayerFlag",               m_altOutputLayerFlag,                      false, "Specifies the value of alt_output_layer_flag in VPS extension")
    1707 #endif
    17081707#if O0149_CROSS_LAYER_BLA_FLAG
    17091708  ("CrossLayerBLAFlag",                m_crossLayerBLAFlag,                       false, "Specifies the value of cross_layer_bla_flag in VPS")
     
    17241723  ("InheritCodingStruct%d",m_inheritCodingStruct, 0, MAX_LAYERS, "Predicts the GOP structure of one layer for another layer")
    17251724#endif
     1725#endif //SVC_EXTENSION
    17261726  ;
    17271727
Note: See TracChangeset for help on using the changeset viewer.