X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fperspective%2Fperspective.C;h=5c31ea877c946754f92e8a304d613f9d88419c0d;hb=5c1aff2fd123b65be6e51ca7652185e14ddaf168;hp=ea1aa4d7bee08398763e75f8fda1e5cb8e3f6006;hpb=49c01a0e18593cf77c326b6a82bff37de16786a4;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/perspective/perspective.C b/cinelerra-5.1/plugins/perspective/perspective.C index ea1aa4d7..5c31ea87 100644 --- a/cinelerra-5.1/plugins/perspective/perspective.C +++ b/cinelerra-5.1/plugins/perspective/perspective.C @@ -656,7 +656,7 @@ PerspectiveMain::~PerspectiveMain() if(temp) delete temp; } -const char* PerspectiveMain::plugin_title() { return _("Perspective"); } +const char* PerspectiveMain::plugin_title() { return N_("Perspective"); } int PerspectiveMain::is_realtime() { return 1; } @@ -836,7 +836,7 @@ int PerspectiveMain::process_buffer(VFrame *frame, } } if( !temp ) - temp = new VFrame(need_w, need_h, color_model); + temp = new VFrame(need_w, need_h, color_model, 0); break; } switch( config.mode ) {