X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion51%2Fmotion51.C;h=cac4ed3a19f857156a3405482fb75f5f84902e11;hb=667ff598ae2a94f48c7056aee1d77d7cde39066b;hp=483c6e5fc93419d63542ae0ad6b86eafbd4dbaad;hpb=58d99c74e65066486dbebf7e1cb3087e7de1c92b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/motion51/motion51.C b/cinelerra-5.1/plugins/motion51/motion51.C index 483c6e5f..cac4ed3a 100644 --- a/cinelerra-5.1/plugins/motion51/motion51.C +++ b/cinelerra-5.1/plugins/motion51/motion51.C @@ -502,7 +502,7 @@ VFrame* Motion51Main::new_temp(VFrame *&tmp, VFrame *ref) delete tmp; tmp = 0; } if( !tmp ) - tmp = new VFrame(0, -1, ref->get_w(), ref->get_h(), ref->get_color_model(), -1); + tmp = new VFrame(ref->get_w(), ref->get_h(), ref->get_color_model(), 0); return tmp; }