add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / iec61883output.C
index 8997266f1dd75cfa43ec9d20a09479767e0f3582..9a54a1154bfd63ddaefda22b9f21648f5a88c0c8 100644 (file)
@@ -370,14 +370,7 @@ void IEC61883Output::write_frame(VFrame *input)
                                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);
                        }
 
                        int norm = is_pal ? DV_PAL : DV_NTSC;