This commit is contained in:
2026-01-05 00:03:51 +08:00
parent 4cbdfd1a88
commit c136cdf7f6
5 changed files with 69 additions and 12 deletions
@@ -410,6 +410,7 @@ bool OlivePluginInstance::progressUpdate(double t)
return !progress_cancelled_;
}
#ifdef OFX_SUPPORTS_OPENGLRENDER
OfxStatus OlivePluginInstance::contextAttachedAction()
{
if (!open_gl_enabled_) {
@@ -425,6 +426,7 @@ OfxStatus OlivePluginInstance::contextDetachedAction()
}
return kOfxStatOK;
}
#endif
double OlivePluginInstance::timeLineGetTime()
{