X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion-hv%2Fmotion-hv.C;fp=cinelerra-5.1%2Fplugins%2Fmotion-hv%2Fmotion-hv.C;h=b61c654a2d9aa9bbb98518b56124ee7f0e921ec9;hb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;hp=ea339d9217ca08bb8a4af74b14fb75db2182d2dd;hpb=4fedf98530b3a6ff1ada6d2b9fbbc470e3df300c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/motion-hv/motion-hv.C b/cinelerra-5.1/plugins/motion-hv/motion-hv.C index ea339d92..b61c654a 100644 --- a/cinelerra-5.1/plugins/motion-hv/motion-hv.C +++ b/cinelerra-5.1/plugins/motion-hv/motion-hv.C @@ -120,7 +120,8 @@ int MotionHVConfig::equivalent(MotionHVConfig &that) track_frame == that.track_frame && bottom_is_master == that.bottom_is_master && horizontal_only == that.horizontal_only && - vertical_only == that.vertical_only; + vertical_only == that.vertical_only && + tracking_type == that.tracking_type; } void MotionHVConfig::copy_from(MotionHVConfig &that)