Changeset 1432 in SHVCSoftware for branches/SHM-dev/source/App


Ignore:
Timestamp:
10 Aug 2015, 23:04:12 (9 years ago)
Author:
seregin
Message:

CGS code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r1424 r1432  
    834834#if Q0074_COLOUR_REMAPPING_SEI
    835835#if SVC_EXTENSION
    836   m_cTEncTop.setCRISEIFileRoot                                    ( const_cast<Char*>(m_apcLayerCfg[layer]->m_colourRemapSEIFileRoot.c_str()) );
     836  m_cTEncTop.xSetCRISEIFileRoot                                    ( const_cast<Char*>(m_apcLayerCfg[layer]->m_colourRemapSEIFileRoot.c_str()) );
    837837#else
    838   m_cTEncTop.setCRISEIFileRoot                                    ( const_cast<Char*>(m_colourRemapSEIFileRoot.c_str()) );
     838  m_cTEncTop.xSetCRISEIFileRoot                                    ( const_cast<Char*>(m_colourRemapSEIFileRoot.c_str()) );
    839839#endif
    840840#endif
Note: See TracChangeset for help on using the changeset viewer.