motion draw_vectors using VFrame draw_pixel brush
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-cv / motion-cv.h
index 823ce860077c7025e3b522af6b5b7896b6da99ce..99de4b25cfac301e454a655b195a1a0000ecc011 100644 (file)
@@ -270,6 +270,14 @@ public:
 
 
 
+class MotionCvVVFrame : public VFrame
+{
+public:
+       MotionCvVVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+