Changeset 567 in SHVCSoftware for branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 27 Jan 2014, 18:33:04 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-5.0-dev/source/App/TAppEncoder/TAppEncTop.cpp ¶
r564 r567 483 483 m_acTEncTop[layer].setGradualDecodingRefreshInfoEnabled( m_gradualDecodingRefreshInfoEnabled ); 484 484 m_acTEncTop[layer].setDecodingUnitInfoSEIEnabled( m_decodingUnitInfoSEIEnabled ); 485 #if M0043_LAYERS_PRESENT_SEI486 m_acTEncTop[layer].setLayers PresentSEIEnabled( m_layersPresentSEIEnabled );485 #if LAYERS_NOT_PRESENT_SEI 486 m_acTEncTop[layer].setLayersNotPresentSEIEnabled( m_layersNotPresentSEIEnabled ); 487 487 #endif 488 488 m_acTEncTop[layer].setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled ); … … 797 797 m_cTEncTop.setGradualDecodingRefreshInfoEnabled( m_gradualDecodingRefreshInfoEnabled ); 798 798 m_cTEncTop.setDecodingUnitInfoSEIEnabled( m_decodingUnitInfoSEIEnabled ); 799 #if M0043_LAYERS_PRESENT_SEI800 m_cTEncTop.setLayers PresentSEIEnabled( m_layersPresentSEIEnabled );799 #if LAYERS_NOT_PRESENT_SEI 800 m_cTEncTop.setLayersNotPresentSEIEnabled( m_layersNotPresentSEIEnabled ); 801 801 #endif 802 802 m_cTEncTop.setSOPDescriptionSEIEnabled( m_SOPDescriptionSEIEnabled );
Note: See TracChangeset for help on using the changeset viewer.