X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fedge%2Fedge.h;h=5fddd98298ec23e396209a770adaf5ecc9e0dad5;hb=47ad0dcdda5b5ae53931025c581eef1782fc5e12;hp=6211fda6b861aa22ed0e8427fb0f56221925c89d;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/edge/edge.h b/cinelerra-5.1/plugins/edge/edge.h index 6211fda6..5fddd982 100644 --- a/cinelerra-5.1/plugins/edge/edge.h +++ b/cinelerra-5.1/plugins/edge/edge.h @@ -36,14 +36,10 @@ public: int equivalent(EdgeConfig &that); void copy_from(EdgeConfig &that); - void interpolate(EdgeConfig &prev, - EdgeConfig &next, - long prev_frame, - long next_frame, - long current_frame); + void interpolate(EdgeConfig &prev, EdgeConfig &next, + long prev_frame, long next_frame, long current_frame); void limits(); - int amount; }; @@ -51,8 +47,7 @@ class EdgePackage : public LoadPackage { public: EdgePackage(); - int y1; - int y2; + int y1, y2; }; class EdgeUnit : public LoadClient @@ -75,11 +70,9 @@ public: ~EdgeEngine(); void init_packages(); - void process(VFrame *dst, VFrame *src); LoadClient* new_client(); LoadPackage* new_package(); - VFrame *src, *dst; Edge *plugin; }; @@ -100,12 +93,8 @@ public: double frame_rate); EdgeEngine *engine; - VFrame *temp; + VFrame *src, *dst; + int w, h, color_model, bpp; }; - - #endif - - -