X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fiec61883output.C;h=9a54a1154bfd63ddaefda22b9f21648f5a88c0c8;hp=8997266f1dd75cfa43ec9d20a09479767e0f3582;hb=7e5a0760f40ff787cc3d93cb7768a901ebe52809;hpb=3ec3a9cc6afc6561311686b3ec597ee3c1d80d6f diff --git a/cinelerra-5.1/cinelerra/iec61883output.C b/cinelerra-5.1/cinelerra/iec61883output.C index 8997266f..9a54a115 100644 --- a/cinelerra-5.1/cinelerra/iec61883output.C +++ b/cinelerra-5.1/cinelerra/iec61883output.C @@ -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;