| 389 | { |
| 390 | public: |
| 391 | KeyerProcessor(ImageEffect &instance) |
| 392 | : KeyerProcessorBase(instance) |
| 393 | { |
| 394 | } |
| 395 | |
| 396 | private: |
| 397 | void multiThreadProcessImages(const OfxRectI& procWindow, const OfxPointD& rs) OVERRIDE FINAL |
nothing calls this directly
no outgoing calls
no test coverage detected