Ignore:
Timestamp:
20 Jun 2014, 21:17:30 (11 years ago)
Author:
seregin
Message:

code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/App/TAppEncoder/TAppEncCfg.h

    r804 r806  
    129129  Int       m_extraRPSs;                                      ///< extra RPSs added to handle CRA
    130130#else
    131   Int       m_extraRPSs[MAX_LAYERS];                                      ///< extra RPSs added to handle CRA
     131  Int       m_extraRPSs[MAX_LAYERS];                          ///< extra RPSs added to handle CRA
    132132#endif
    133133
    134134  GOPEntry  m_GOPList[MAX_GOP];                               ///< the coding structure entries from the config file
    135135#if Q0108_TSA_STSA
    136   GOPEntry  m_EH_GOPList[MAX_LAYERS][MAX_GOP];                ///< the enhancement layer coding structure entries from the config file
     136  GOPEntry  m_EhGOPList[MAX_LAYERS][MAX_GOP];                 ///< the enhancement layer coding structure entries from the config file
    137137  Int       m_inheritCodingStruct[MAX_LAYERS];
    138138#endif
     
    166166  Int       m_maxTempLayer;                                  ///< Max temporal layer
    167167#if Q0108_TSA_STSA
    168   Int       m_EH_maxTempLayer[MAX_LAYERS];                                  ///< Max temporal layer
     168  Int       m_EhMaxTempLayer[MAX_LAYERS];                    ///< Max temporal layer
    169169#endif
    170170
Note: See TracChangeset for help on using the changeset viewer.