| 635 | } // MirrorPluginFactory::describeInContext |
| 636 | |
| 637 | ImageEffect* |
| 638 | MirrorPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 639 | ContextEnum /*context*/) |
| 640 | { |
| 641 | return new MirrorPlugin(handle); |
| 642 | } |
| 643 | |
| 644 | static MirrorPluginFactory p(kPluginMirrorIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 645 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected