X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fmotion51%2Fmotion51.C;h=9e4143f45cbe11510fd7077ff50e4deee02d1132;hb=9a16c85641dee9f15136f40c8a3195d88d45513f;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..9e4143f4 100644 --- a/cinelerra-5.1/plugins/motion51/motion51.C +++ b/cinelerra-5.1/plugins/motion51/motion51.C @@ -120,7 +120,7 @@ Motion51Main::~Motion51Main() delete [] ypts; } -const char* Motion51Main::plugin_title() { return _("Motion51"); } +const char* Motion51Main::plugin_title() { return N_("Motion51"); } int Motion51Main::is_realtime() { return 1; } int Motion51Main::is_multichannel() { return 1; } @@ -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; }