Changeset 930 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.h
- Timestamp:
- 17 Dec 2014, 01:38:36 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/SHM-dev/source/Lib/TLibDecoder/TDecGop.h ΒΆ
r856 r930 115 115 Void filterPicture (TComPic*& rpcPic ); 116 116 117 void setDecodedPictureHashSEIEnabled(Int enabled) { m_decodedPictureHashSEIEnabled = enabled; }117 Void setDecodedPictureHashSEIEnabled(Int enabled) { m_decodedPictureHashSEIEnabled = enabled; } 118 118 #if Q0074_COLOUR_REMAPPING_SEI 119 void setColourRemappingInfoSEIEnabled(Int enabled) { m_colourRemapSEIEnabled = enabled; }119 Void setColourRemappingInfoSEIEnabled(Int enabled) { m_colourRemapSEIEnabled = enabled; } 120 120 #endif 121 121 #if SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.