| 1122 | } // QuantizePluginFactory::describeInContext |
| 1123 | |
| 1124 | ImageEffect* |
| 1125 | QuantizePluginFactory::createInstance(OfxImageEffectHandle handle, |
| 1126 | ContextEnum /*context*/) |
| 1127 | { |
| 1128 | return new QuantizePlugin(handle); |
| 1129 | } |
| 1130 | |
| 1131 | static QuantizePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 1132 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected