X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffieldframe%2Ffieldframe.C;h=0a39eb1b0dc1e8ed710b1ed30f3c582e42139dce;hb=a88121d876acc81c5a28dbd2cc71e7c6856e2ac0;hp=f2e17a15b600720e6da296157f3d969755b4f40a;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/fieldframe/fieldframe.C b/cinelerra-5.1/plugins/fieldframe/fieldframe.C index f2e17a15..0a39eb1b 100644 --- a/cinelerra-5.1/plugins/fieldframe/fieldframe.C +++ b/cinelerra-5.1/plugins/fieldframe/fieldframe.C @@ -416,12 +416,8 @@ int FieldFrame::process_buffer(VFrame *frame, if(!input) { - input = new VFrame(0, - -1, - frame->get_w(), - frame->get_h(), - frame->get_color_model(), - -1); + input = new VFrame(frame->get_w(), frame->get_h(), + frame->get_color_model(), 0); } // Get input frames