| 653 | |
| 654 | |
| 655 | void Processor::Impl::computeMetadata() |
| 656 | { |
| 657 | AutoMutex lock(m_resultsCacheMutex); |
| 658 | |
| 659 | // Pull out metadata, before the no-ops are removed. |
| 660 | for(auto & op : m_ops) |
| 661 | { |
| 662 | op->dumpMetadata(m_metadata); |
| 663 | } |
| 664 | } |
| 665 | |
| 666 | } // namespace OCIO_NAMESPACE |
no test coverage detected