fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / zoomblur / zoomblur.C
index d26928e5d1ed924528149aaa2846aa30ec5a8195..aa7e87b1c210dc3f9d611fd077d8a5194146f98e 100644 (file)
@@ -566,12 +566,8 @@ SET_TRACE
        this->output = frame;
 
 
-       if(!temp) temp = new VFrame(0,
-               -1,
-               frame->get_w(),
-               frame->get_h(),
-               frame->get_color_model(),
-               -1);
+       if(!temp) temp = new VFrame(frame->get_w(), frame->get_h(),
+               frame->get_color_model(), 0);
        temp->copy_from(frame);
        this->input = temp;