Changeset 806 in SHVCSoftware for branches/SHM-6-dev/source/App/TAppEncoder/TAppEncCfg.h
- Timestamp:
- 20 Jun 2014, 21:17:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-6-dev/source/App/TAppEncoder/TAppEncCfg.h
r804 r806 129 129 Int m_extraRPSs; ///< extra RPSs added to handle CRA 130 130 #else 131 Int m_extraRPSs[MAX_LAYERS]; 131 Int m_extraRPSs[MAX_LAYERS]; ///< extra RPSs added to handle CRA 132 132 #endif 133 133 134 134 GOPEntry m_GOPList[MAX_GOP]; ///< the coding structure entries from the config file 135 135 #if Q0108_TSA_STSA 136 GOPEntry m_E H_GOPList[MAX_LAYERS][MAX_GOP];///< the enhancement layer coding structure entries from the config file136 GOPEntry m_EhGOPList[MAX_LAYERS][MAX_GOP]; ///< the enhancement layer coding structure entries from the config file 137 137 Int m_inheritCodingStruct[MAX_LAYERS]; 138 138 #endif … … 166 166 Int m_maxTempLayer; ///< Max temporal layer 167 167 #if Q0108_TSA_STSA 168 Int m_E H_maxTempLayer[MAX_LAYERS];///< Max temporal layer168 Int m_EhMaxTempLayer[MAX_LAYERS]; ///< Max temporal layer 169 169 #endif 170 170
Note: See TracChangeset for help on using the changeset viewer.