Changeset 856 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
- Timestamp:
- 11 Aug 2014, 19:11:02 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppDecoder/TAppDecCfg.h
r820 r856 69 69 Int m_iMaxTemporalLayer; ///< maximum temporal layer to be decoded 70 70 Int m_decodedPictureHashSEIEnabled; ///< Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message 71 #if Q0074_COLOUR_REMAPPING_SEI 72 Bool m_colourRemapSEIEnabled; ///< Enable the Colour Remapping Information SEI message if available (remapping decoded pictures) 73 #endif 71 74 72 75 #if SVC_EXTENSION … … 98 101 , m_iMaxTemporalLayer(-1) 99 102 , m_decodedPictureHashSEIEnabled(0) 103 #if Q0074_COLOUR_REMAPPING_SEI 104 , m_colourRemapSEIEnabled(0) 105 #endif 100 106 #if SVC_EXTENSION 101 107 , m_tgtLayerId(0)
Note: See TracChangeset for help on using the changeset viewer.