| 394 | } |
| 395 | |
| 396 | ImageEffect* |
| 397 | MixViewsPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 398 | ContextEnum /*context*/) |
| 399 | { |
| 400 | return new MixViewsPlugin(handle); |
| 401 | } |
| 402 | |
| 403 | static MixViewsPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 404 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected