clean up cv extra files, replace motion load data fallback scan
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-cv / motion-cv.h
index c8788a024c7edc6f71db38e98062414b9bda2968..b0c6ed47ed5292368c34c46224863bcf3fc3d514 100644 (file)
@@ -219,10 +219,10 @@ public:
        int dx_offset, dy_offset;
        int64_t tracking_frame;
 // save/load result values
+       int load_ok;
        int save_dx, load_dx;
        int save_dy, load_dy;
        float save_dt, load_dt;
-
 // Oversampled current frame for motion estimation
        int32_t *search_area;
        int search_size;