| 144 | } |
| 145 | |
| 146 | IChannelConversion* Cc4Block::Inverse() const { |
| 147 | return cc_block_ ? cc_block_.get() : nullptr; |
| 148 | } |
| 149 | |
| 150 | void Cc4Block::GetBlockProperty(BlockPropertyList& dest) const { |
| 151 | MdfBlock::GetBlockProperty(dest); |
no test coverage detected