X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolate%2Finterpolate.h;h=ac75917b7cb24bf3f0f53b2ba5fe33771ff33dea;hp=7671de48599c4c811881129e7360ab10e1786251;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/interpolate/interpolate.h b/cinelerra-5.1/plugins/interpolate/interpolate.h index 7671de48..ac75917b 100644 --- a/cinelerra-5.1/plugins/interpolate/interpolate.h +++ b/cinelerra-5.1/plugins/interpolate/interpolate.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef INTERPOLATEPIXELS_H @@ -53,12 +53,12 @@ class InterpolatePixelsEngine; class InterpolatePixelsOffset : public BC_ISlider { public: - InterpolatePixelsOffset(InterpolatePixelsWindow *window, - int x, - int y, + InterpolatePixelsOffset(InterpolatePixelsWindow *window, + int x, + int y, int *output); ~InterpolatePixelsOffset(); - + int handle_event(); InterpolatePixelsWindow *window; int *output; @@ -69,7 +69,7 @@ class InterpolatePixelsWindow : public PluginClientWindow public: InterpolatePixelsWindow(InterpolatePixelsMain *client); ~InterpolatePixelsWindow(); - + void create_objects(); InterpolatePixelsMain *client; @@ -95,7 +95,7 @@ public: void save_data(KeyFrame *keyframe); void read_data(KeyFrame *keyframe); int handle_opengl(); - + InterpolatePixelsEngine *engine; VFrame *out_temp, *out_frame; };