X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2F1080to540%2F1080to540.C;h=8e44c87cc44ce5d6bc648731b03994e85b6ad98b;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=21306b55d40bc7bf014d61d61a7e4068883642aa;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/1080to540/1080to540.C b/cinelerra-5.1/plugins/1080to540/1080to540.C index 21306b55..8e44c87c 100644 --- a/cinelerra-5.1/plugins/1080to540/1080to540.C +++ b/cinelerra-5.1/plugins/1080to540/1080to540.C @@ -241,12 +241,8 @@ int _1080to540Main::process_realtime(VFrame *input, VFrame *output) load_configuration(); if(!temp) { - temp = new VFrame(0, - -1, - input->get_w(), - input->get_h(), - input->get_color_model(), - -1); + temp = new VFrame(input->get_w(), input->get_h(), + input->get_color_model(), 0); temp->clear_frame(); }