X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F720to480%2F720to480.C;h=e0b5d2161e6c159e512b17bcee57a4298508d6d8;hb=48c313de28fe6d39d9431dbe2dca6ffb176541ff;hp=fcc1a47d6d6a485876382d711bcadb043316189c;hpb=3f6a262cfe390b3f8b275297d64565a5b6272969;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/720to480/720to480.C b/cinelerra-5.1/plugins/720to480/720to480.C index fcc1a47d..e0b5d216 100644 --- a/cinelerra-5.1/plugins/720to480/720to480.C +++ b/cinelerra-5.1/plugins/720to480/720to480.C @@ -330,12 +330,8 @@ int _720to480Main::process_loop(VFrame *output) int result = 0; if(!temp) - temp = new VFrame(0, - -1, - output->get_w(), - output->get_h(), - output->get_color_model(), - -1); + temp = new VFrame(output->get_w(), output->get_h(), + output->get_color_model(), 0); if(config.direction == FORWARD) {