Changeset 1124 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 7 Jul 2015, 02:24:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1116 r1124 1685 1685 ("SEIOverlayPersistenceFlag", m_overlayInfoPersistenceFlag, true, "Indicates if the SEI message applies to the current picture only (0) or also to following pictures (1)") 1686 1686 #endif 1687 #if SVC_EXTENSION 1687 1688 #if Q0189_TMVP_CONSTRAINTS 1688 1689 ("SEITemporalMotionVectorPredictionConstraints", m_TMVPConstraintsSEIEnabled, 0, "Control generation of TMVP constrants SEI message") … … 1703 1704 ("TileSetsArray", cfg_tileSets, string(""), "Array containing tile sets params (TopLeftTileIndex, BottonRightTileIndex and ilcIdc for each set) ") 1704 1705 #endif 1705 #if O0153_ALT_OUTPUT_LAYER_FLAG1706 1706 ("AltOutputLayerFlag", m_altOutputLayerFlag, false, "Specifies the value of alt_output_layer_flag in VPS extension") 1707 #endif1708 1707 #if O0149_CROSS_LAYER_BLA_FLAG 1709 1708 ("CrossLayerBLAFlag", m_crossLayerBLAFlag, false, "Specifies the value of cross_layer_bla_flag in VPS") … … 1724 1723 ("InheritCodingStruct%d",m_inheritCodingStruct, 0, MAX_LAYERS, "Predicts the GOP structure of one layer for another layer") 1725 1724 #endif 1725 #endif //SVC_EXTENSION 1726 1726 ; 1727 1727
Note: See TracChangeset for help on using the changeset viewer.