motion draw_vectors using VFrame draw_pixel brush
[goodguy/history.git] / cinelerra-5.1 / plugins / motion-hv / motion-hv.h
index f375fb43d394772797874ac219397de142f073c4..320d2dbe408c13ea40ca08cadbe7f73a7ea3eb28 100644 (file)
@@ -234,6 +234,14 @@ public:
 };
 
 
+class MotionHvVVFrame : public VFrame
+{
+public:
+       MotionHvVVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+