X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fmotion-hv%2Fmotion-hv.h;h=320d2dbe408c13ea40ca08cadbe7f73a7ea3eb28;hb=5c1aff2fd123b65be6e51ca7652185e14ddaf168;hp=f375fb43d394772797874ac219397de142f073c4;hpb=1e154071bd323f756625f8172ef67133a561450a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/motion-hv/motion-hv.h b/cinelerra-5.1/plugins/motion-hv/motion-hv.h index f375fb43..320d2dbe 100644 --- a/cinelerra-5.1/plugins/motion-hv/motion-hv.h +++ b/cinelerra-5.1/plugins/motion-hv/motion-hv.h @@ -234,6 +234,14 @@ public: }; +class MotionHvVVFrame : public VFrame +{ +public: + MotionHvVVFrame(VFrame *vfrm, int n); + int draw_pixel(int x, int y); + int n; +}; +