Ignore:
Timestamp:
27 Jan 2014, 18:33:04 (11 years ago)
Author:
seregin
Message:

rename layers present SEI to layers not present SEI

File:
1 edited

Legend:

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

    r564 r567  
    483483    m_acTEncTop[layer].setGradualDecodingRefreshInfoEnabled( m_gradualDecodingRefreshInfoEnabled );
    484484    m_acTEncTop[layer].setDecodingUnitInfoSEIEnabled( m_decodingUnitInfoSEIEnabled );
    485 #if M0043_LAYERS_PRESENT_SEI
    486     m_acTEncTop[layer].setLayersPresentSEIEnabled( m_layersPresentSEIEnabled );
     485#if LAYERS_NOT_PRESENT_SEI
     486    m_acTEncTop[layer].setLayersNotPresentSEIEnabled( m_layersNotPresentSEIEnabled );
    487487#endif
    488488    m_acTEncTop[layer].setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled );
     
    797797  m_cTEncTop.setGradualDecodingRefreshInfoEnabled( m_gradualDecodingRefreshInfoEnabled );
    798798  m_cTEncTop.setDecodingUnitInfoSEIEnabled( m_decodingUnitInfoSEIEnabled );
    799 #if M0043_LAYERS_PRESENT_SEI
    800   m_cTEncTop.setLayersPresentSEIEnabled( m_layersPresentSEIEnabled );
     799#if LAYERS_NOT_PRESENT_SEI
     800  m_cTEncTop.setLayersNotPresentSEIEnabled( m_layersNotPresentSEIEnabled );
    801801#endif
    802802  m_cTEncTop.setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled );
Note: See TracChangeset for help on using the changeset viewer.