lv2 tweaks, add set dft transition, zoom fix, fs test_filter fix
[goodguy/history.git] / cinelerra-5.1 / plugins / zoom / zoom.C
index c9c4301f422d26afa462d71841b20d7d8ce5d810..3a682030b9695e3293970f5c1aea3281292be423 100644 (file)
@@ -267,7 +267,7 @@ int ZoomMain::process_realtime(VFrame *incoming, VFrame *outgoing)
                outgoing->clear_frame();
                overlayer->overlay(outgoing, incoming,
                        in_x, in_y, in_x + in_w, in_y + in_h,
-                       0, 0, temp->get_w(), temp->get_h(),
+                       0, 0, outgoing->get_w(), outgoing->get_h(),
                        1.0, TRANSFER_REPLACE, CUBIC_LINEAR);
        }