bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / plugins / zoom / zoom.C
index b5c74d0373d35763253658f5a295abf8b7932a08..3a682030b9695e3293970f5c1aea3281292be423 100644 (file)
@@ -144,7 +144,7 @@ ZoomMain::~ZoomMain()
        delete temp;
 }
 
-const char* ZoomMain::plugin_title() { return _("Zoom"); }
+const char* ZoomMain::plugin_title() { return N_("Zoom"); }
 int ZoomMain::is_video() { return 1; }
 int ZoomMain::is_transition() { return 1; }
 int ZoomMain::uses_gui() { return 1; }
@@ -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);
        }