merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-hv / motion-hv.C
index ea339d9217ca08bb8a4af74b14fb75db2182d2dd..b61c654a2d9aa9bbb98518b56124ee7f0e921ec9 100644 (file)
@@ -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)