finish plugin suppoirt

This commit is contained in:
2026-01-17 16:49:21 +08:00
parent a2698e7ef4
commit c1bcfeb78b
+1 -1
View File
@@ -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="