| 610 | } // FrameRangePluginFactory::describeInContext |
| 611 | |
| 612 | ImageEffect* |
| 613 | FrameRangePluginFactory::createInstance(OfxImageEffectHandle handle, |
| 614 | ContextEnum /*context*/) |
| 615 | { |
| 616 | return new FrameRangePlugin(handle); |
| 617 | } |
| 618 | |
| 619 | static FrameRangePluginFactory p(kPluginIdentifier, kPluginVersionMajor, kPluginVersionMinor); |
| 620 | mRegisterPluginFactoryInstance(p) |
nothing calls this directly
no outgoing calls
no test coverage detected