| 1355 | } |
| 1356 | |
| 1357 | ImageEffect* |
| 1358 | CornerPinPluginFactory::createInstance(OfxImageEffectHandle handle, |
| 1359 | ContextEnum /*context*/) |
| 1360 | { |
| 1361 | return new CornerPinPlugin(handle, false); |
| 1362 | } |
| 1363 | |
| 1364 | mDeclarePluginFactory(CornerPinMaskedPluginFactory, {ofxsThreadSuiteCheck();}, {}); |
| 1365 | void |
nothing calls this directly
no outgoing calls
no test coverage detected