fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / cinelerra / device1394output.C
index 6aa493e20dd376a143feb26cc29e41f8d626b7be..7cda574b1119f0d6661bd3ffd274f1c4826bc20a 100644 (file)
@@ -644,13 +644,7 @@ void Device1394Output::write_frame(VFrame *input)
                                int h = input->get_h();
 // Default to NTSC if unknown
                                if(h != 480 && h != 576) h = 480;
                                int h = input->get_h();
 // Default to NTSC if unknown
                                if(h != 480 && h != 576) h = 480;
-
-                               temp_frame2 = new VFrame(0,
-                                       -1,
-                                       720,
-                                       h,
-                                       BC_YUV422,
-                                       -1);
+                               temp_frame2 = new VFrame(720, h, BC_YUV422, 0);
 
                        }
 
 
                        }