Changeset 1475 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 22 Sep 2015, 20:18:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
r1472 r1475 74 74 Int m_decodedPictureHashSEIEnabled; ///< Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message 75 75 Bool m_decodedNoDisplaySEIEnabled; ///< Enable(true)/disable(false) writing only pictures that get displayed based on the no display SEI message 76 #if Q0074_COLOUR_REMAPPING_SEI77 76 std::string m_colourRemapSEIFileName; ///< output Colour Remapping file name 78 #endif79 77 std::vector<Int> m_targetDecLayerIdSet; ///< set of LayerIds to be included in the sub-bitstream extraction process. 80 78 Int m_respectDefDispWindow; ///< Only output content inside the default display window … … 112 110 , m_decodedPictureHashSEIEnabled(0) 113 111 , m_decodedNoDisplaySEIEnabled(false) 114 #if Q0074_COLOUR_REMAPPING_SEI115 112 , m_colourRemapSEIFileName() 116 #endif117 113 , m_targetDecLayerIdSet() 118 114 , m_respectDefDispWindow(0)
Note: See TracChangeset for help on using the changeset viewer.