Changeset 1203 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 8 Jul 2015, 20:57:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1202 r1203 737 737 Double* cfg_fQP [MAX_LAYERS]; 738 738 Int* cfg_layerId [MAX_LAYERS]; 739 #if REPN_FORMAT_IN_VPS740 739 Int* cfg_repFormatIdx [MAX_LAYERS]; 741 #endif742 740 Int* cfg_SourceWidth [MAX_LAYERS]; 743 741 Int* cfg_SourceHeight [MAX_LAYERS]; … … 848 846 cfg_colourRemapSEIFileRoot[layer] = &m_acLayerCfg[layer].m_colourRemapSEIFileRoot; 849 847 #endif 850 #if REPN_FORMAT_IN_VPS 851 cfg_repFormatIdx[layer] = &m_acLayerCfg[layer].m_repFormatIdx; 852 #endif 848 cfg_repFormatIdx[layer] = &m_acLayerCfg[layer].m_repFormatIdx; 853 849 cfg_layerId[layer] = &m_acLayerCfg[layer].m_layerId; 854 850 cfg_SourceWidth[layer] = &m_acLayerCfg[layer].m_iSourceWidth; … … 1041 1037 ("FrameRate%d,-fr%d", cfg_FrameRate, 0, MAX_LAYERS, "Frame rate for layer %d") 1042 1038 ("LambdaModifier%d,-LM%d", m_adLambdaModifier, Double(1.0), MAX_TLAYER, "Lambda modifier for temporal layer %d") 1043 #if REPN_FORMAT_IN_VPS1044 1039 ("RepFormatIdx%d", cfg_repFormatIdx, -1, MAX_LAYERS, "Index to the representation format structure used from the VPS") 1045 #endif1046 1040 ("LayerId%d", cfg_layerId, -1, MAX_LAYERS, "Layer id") 1047 1041
Note: See TracChangeset for help on using the changeset viewer.