| 694 | } // >::describeInContext |
| 695 | |
| 696 | ImageEffect* |
| 697 | KeyMixPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 698 | ContextEnum /*context*/) |
| 699 | { |
| 700 | return new KeyMixPlugin(handle); |
| 701 | } |
| 702 | |
| 703 | static KeyMixPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 704 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected