fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-cv / motion-cv.C
index b434e42a7b6c6b9756b92da357e3416c086a4bbd..fbbef54c3b5ee7bf80ef28cf4298400752dfcc36 100644 (file)
@@ -342,7 +342,7 @@ void MotionCVMain::allocate_temp(int w, int h, int color_model)
                temp_frame = 0;
        }
        if( !temp_frame )
                temp_frame = 0;
        }
        if( !temp_frame )
-               temp_frame = new VFrame(w, h, color_model);
+               temp_frame = new VFrame(w, h, color_model, 0);
 }
 
 void MotionCVMain::process_global()
 }
 
 void MotionCVMain::process_global()