From c1bcfeb78b28b779d7b6f47babcf9a7a1ed70a6c Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sat, 17 Jan 2026 16:49:21 +0800 Subject: [PATCH] finish plugin suppoirt --- app/render/plugin/pluginrenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/render/plugin/pluginrenderer.cpp b/app/render/plugin/pluginrenderer.cpp index ebc519ff9..f4a6bc471 100644 --- a/app/render/plugin/pluginrenderer.cpp +++ b/app/render/plugin/pluginrenderer.cpp @@ -1646,7 +1646,7 @@ void olive::plugin::PluginRenderer::RenderPlugin(TexturePtr src, olive::plugin:: if (linesize_pixels <= 0) { linesize_pixels = destination_params.effective_width(); } - //destination->Upload(converted->data[0], linesize_pixels); + destination->Upload(converted->data[0], linesize_pixels); } else if (destination->renderer() && converted && converted->data[0]) { qWarning().noquote() << "OFX output pixel format mismatch for plugin="