Changeset 941 in SHVCSoftware for branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 30 Dec 2014, 18:47:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r912 r941 120 120 121 121 // profile/level 122 #if !MULTIPLE_PTL_SUPPORT 122 123 Profile::Name m_profile; 123 124 Level::Tier m_levelTier; … … 127 128 Bool m_nonPackedConstraintFlag; 128 129 Bool m_frameOnlyConstraintFlag; 129 130 #else 131 Int m_numPTLInfo; 132 Int m_layerPTLIdx[MAX_VPS_LAYER_ID_PLUS1]; ///< scalability_mask 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]; 140 141 std::vector< std::vector<Int> > m_listOfLayerPTLofOlss; 142 #endif 130 143 // coding structure 131 144 #if !SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.