| 962 | } // PLogLinPluginFactory::describeInContext |
| 963 | |
| 964 | ImageEffect* |
| 965 | PLogLinPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 966 | ContextEnum /*context*/) |
| 967 | { |
| 968 | return new PLogLinPlugin(handle); |
| 969 | } |
| 970 | |
| 971 | static PLogLinPluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 972 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected