X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F1080to480%2F1080to480.C;h=24bfa698b9643a44b94e182b3da755d17b09daa7;hb=9a91a25bfcf0a01f410f2a27584c8a6c524d37d1;hp=fc18c5b1f918f52114c0cc96671c45083e2fccfd;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/1080to480/1080to480.C b/cinelerra-5.1/plugins/1080to480/1080to480.C index fc18c5b1..24bfa698 100644 --- a/cinelerra-5.1/plugins/1080to480/1080to480.C +++ b/cinelerra-5.1/plugins/1080to480/1080to480.C @@ -237,7 +237,7 @@ int _1080to480Main::process_realtime(VFrame *input, VFrame *output) load_configuration(); if(!temp) { - temp = new VFrame(input->get_w(), input->get_h(), input->get_color_model()); + temp = new VFrame(input->get_w(), input->get_h(), input->get_color_model(), 0); temp->clear_frame(); }