viewer v/b/i/c with shift, titler rgb float fix
[goodguy/history.git] / cinelerra-5.1 / plugins / 1080to480 / 1080to480.C
index fc18c5b1f918f52114c0cc96671c45083e2fccfd..1f83f499be3f8fc1366df43a9ef45b40f70f5a02 100644 (file)
@@ -155,7 +155,7 @@ _1080to480Main::~_1080to480Main()
        if(temp) delete temp;
 }
 
-const char* _1080to480Main::plugin_title() { return _("1080 to 480"); }
+const char* _1080to480Main::plugin_title() { return N_("1080 to 480"); }
 int _1080to480Main::is_realtime() { return 1; }
 
 NEW_WINDOW_MACRO(_1080to480Main, _1080to480Window)
@@ -237,7 +237,7 @@ int _1080to480Main::process_realtime(VFrame *input, VFrame *output)
        load_configuration();
        if(!temp)
        {
-               temp = new VFrame(input->get_w(), input->get_h(), input->get_color_model());
+               temp = new VFrame(input->get_w(), input->get_h(), input->get_color_model(), 0);
                temp->clear_frame();
        }