motion draw_vectors using VFrame draw_pixel brush
[goodguy/history.git] / cinelerra-5.1 / plugins / motion2point / motion.h
index 19d1fa658e9202b41937d4888379e80d1c1e0616..8229037559a74031951111e25ee48be50bb1fedf 100644 (file)
@@ -228,6 +228,15 @@ public:
 
 
 
+class Motion2VVFrame : public VFrame
+{
+public:
+       Motion2VVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+
+