Changeset 959 in SHVCSoftware for branches/SHM-upgrade/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 6 Jan 2015, 03:12:18 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/App/TAppEncoder/TAppEncCfg.h
r956 r959 131 131 #if MULTIPLE_PTL_SUPPORT 132 132 Int m_numPTLInfo; 133 Profile::Name m_profileList[NUM_POSSIBLE_LEVEL]; 134 Level::Tier m_levelTierList[NUM_POSSIBLE_LEVEL]; 135 Level::Name m_levelList[NUM_POSSIBLE_LEVEL]; 136 Bool m_progressiveSourceFlagList[NUM_POSSIBLE_LEVEL]; 137 Bool m_interlacedSourceFlagList[NUM_POSSIBLE_LEVEL]; 138 Bool m_nonPackedConstraintFlagList[NUM_POSSIBLE_LEVEL]; 139 Bool m_frameOnlyConstraintFlagList[NUM_POSSIBLE_LEVEL]; 133 Profile::Name m_profileList[MAX_NUM_LAYER_IDS + 1]; 134 Level::Tier m_levelTierList[MAX_NUM_LAYER_IDS + 1]; 135 Level::Name m_levelList[MAX_NUM_LAYER_IDS + 1]; 136 Profile::Name m_profileCompatibility[MAX_NUM_LAYER_IDS + 1]; 137 Bool m_progressiveSourceFlagList[MAX_NUM_LAYER_IDS + 1]; 138 Bool m_interlacedSourceFlagList[MAX_NUM_LAYER_IDS + 1]; 139 Bool m_nonPackedConstraintFlagList[MAX_NUM_LAYER_IDS + 1]; 140 Bool m_frameOnlyConstraintFlagList[MAX_NUM_LAYER_IDS + 1]; 140 141 141 142 std::vector< std::vector<Int> > m_listOfLayerPTLofOlss;
Note: See TracChangeset for help on using the changeset viewer.