edl plugin names eng, fix segv for opengl brender, renderfarm rework strategy, perf...
[goodguy/history.git] / cinelerra-5.1 / plugins / 720to480 / 720to480.C
index fcc1a47d6d6a485876382d711bcadb043316189c..fda3e1d016bd6acba29f72ccb146b9b06495492c 100644 (file)
@@ -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)
        {