fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / yuv411 / yuv411.C
index 6b3900b5fde127cbf6d450cca9e3ba1ea019448b..84ead782ae1a9465cdd50efd56e2b848feb45edc 100644 (file)
@@ -166,7 +166,7 @@ int yuv411Main::process_realtime(VFrame *input_ptr, VFrame *output_ptr)
                        temp_frame = 0;
                }
                if( !temp_frame )
-                       temp_frame = new VFrame(w, h, colormodel);
+                       temp_frame = new VFrame(w, h, colormodel, 0);
                if( input_ptr == output_ptr ) {
                        temp_frame->copy_from(input_ptr);
                        input_ptr = temp_frame;