| 371 | } |
| 372 | |
| 373 | ImageEffect* |
| 374 | MatteMonitorPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 375 | ContextEnum /*context*/) |
| 376 | { |
| 377 | return new MatteMonitorPlugin(handle); |
| 378 | } |
| 379 | |
| 380 | static MatteMonitorPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 381 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected