motion draw_vectors using VFrame draw_pixel brush
[goodguy/history.git] / cinelerra-5.1 / plugins / motion / motion.h
index 493aeeef0f735a1f913ab8404181bd7ffe033d51..1ce29e50c5d56e481ce860f28fb4f7971ba6ad16 100644 (file)
@@ -313,4 +313,12 @@ private:
        Mutex *cache_lock;
 };
 
+class MotionVVFrame : public VFrame
+{
+public:
+       MotionVVFrame(VFrame *vfrm, int n);
+       int draw_pixel(int x, int y);
+       int n;
+};
+
 #endif