X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F720to480%2F720to480.C;h=fda3e1d016bd6acba29f72ccb146b9b06495492c;hp=fcc1a47d6d6a485876382d711bcadb043316189c;hb=723142d62d61cde588e961426440f839ca9dcda9;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb diff --git a/cinelerra-5.1/plugins/720to480/720to480.C b/cinelerra-5.1/plugins/720to480/720to480.C index fcc1a47d..fda3e1d0 100644 --- a/cinelerra-5.1/plugins/720to480/720to480.C +++ b/cinelerra-5.1/plugins/720to480/720to480.C @@ -189,7 +189,7 @@ _720to480Main::~_720to480Main() if(temp) delete temp; } -const char* _720to480Main::plugin_title() { return _("720 to 480"); } +const char* _720to480Main::plugin_title() { return N_("720 to 480"); } int _720to480Main::is_realtime() { return 0; } double _720to480Main::get_framerate() @@ -330,12 +330,8 @@ int _720to480Main::process_loop(VFrame *output) int result = 0; if(!temp) - temp = new VFrame(0, - -1, - output->get_w(), - output->get_h(), - output->get_color_model(), - -1); + temp = new VFrame(output->get_w(), output->get_h(), + output->get_color_model(), 0); if(config.direction == FORWARD) {