merged hv7 mod
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolatevideo / opticflow.h
index 6e611fc515a2f2382d4e12f9835ab35eaf8f1c31..5a0dbefb490f1d4fa0f301e6e41d58e7d900bcda 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "interpolatevideo.inc"
 #include "loadbalance.h"
+#include "motioncache-hv.inc"
 #include "motionscan-hv.inc"
 #include "opticflow.inc"
 
@@ -57,7 +58,7 @@ public:
        OpticFlowUnit(OpticFlow *server);
        ~OpticFlowUnit();
        void process_package(LoadPackage *package);
-       MotionScan *motion;
+       MotionHVScan *motion;
        OpticFlow *server;
 };
 
@@ -73,6 +74,7 @@ public:
        LoadClient* new_client();
        LoadPackage* new_package();
        InterpolateVideo *plugin;
+       MotionHVCache *downsample_cache;
 };