X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fiec61883output.C;h=9a54a1154bfd63ddaefda22b9f21648f5a88c0c8;hb=463702f1b724c43a1cb7951ce7d71986f9715d5f;hp=a2fe2e1a824cdfccbb0cf85b0950917389ffe784;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/iec61883output.C b/cinelerra-5.1/cinelerra/iec61883output.C index a2fe2e1a..9a54a115 100644 --- a/cinelerra-5.1/cinelerra/iec61883output.C +++ b/cinelerra-5.1/cinelerra/iec61883output.C @@ -74,8 +74,8 @@ IEC61883Output::~IEC61883Output() done = 1; start_lock->unlock(); Thread::cancel(); - Thread::join(); } + Thread::join(); if(buffer) { @@ -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;