| 1204 | } // KeyerPluginFactory::describeInContext |
| 1205 | |
| 1206 | ImageEffect* |
| 1207 | KeyerPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 1208 | ContextEnum /*context*/) |
| 1209 | { |
| 1210 | return new KeyerPlugin(handle); |
| 1211 | } |
| 1212 | |
| 1213 | static KeyerPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 1214 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected