X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ffieldframe%2Ffieldframe.C;h=0a39eb1b0dc1e8ed710b1ed30f3c582e42139dce;hb=9a91a25bfcf0a01f410f2a27584c8a6c524d37d1;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