fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / 1080to480 / 1080to480.C
index fc18c5b1f918f52114c0cc96671c45083e2fccfd..24bfa698b9643a44b94e182b3da755d17b09daa7 100644 (file)
@@ -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();
        }