fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / flowobj / flowobj.C
index 32d3760da0d693c4265b8e63cc0345f7c75ac179..9ebeb4f9d22d19edce6e4ff83f4ef19a04d8b9d8 100644 (file)
@@ -301,7 +301,7 @@ int FlowObj::process_buffer(VFrame *frame, int64_t start_position, double frame_
                        delete accum;  accum = 0;
                }
                if( !accum ) {
-                       accum = new VFrame(width, height, color_model);
+                       accum = new VFrame(width, height, color_model, 0);
                        accum->clear_frame();
                }
                if( !overlay )