rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / motion2point / motion.h
index 0fd65948504ab6ca944a4a0bc795930abb427790..8229037559a74031951111e25ee48be50bb1fedf 100644 (file)
@@ -27,7 +27,7 @@
 #include <string.h>
 
 #include "affine.inc"
-#include "motionscan.inc"
+#include "motionscan-hv.inc"
 #include "bchash.inc"
 #include "filexml.inc"
 #include "keyframe.inc"
@@ -228,6 +228,15 @@ public:
 
 
 
+class Motion2VVFrame : public VFrame
+{
+public:
+       Motion2VVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+
+