X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2F1080to540%2F1080to540.h;h=4845815d70ca761f54a2e2a174837aaabbdcdcfd;hb=9058f65f71aafbeab023657be0f6b84b629b70c4;hp=21564163ebe89ec7dce259f31c26ccab67661569;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/1080to540/1080to540.h b/cinelerra-5.1/plugins/1080to540/1080to540.h index 21564163..4845815d 100644 --- a/cinelerra-5.1/plugins/1080to540/1080to540.h +++ b/cinelerra-5.1/plugins/1080to540/1080to540.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 _1080TO540_H @@ -34,10 +34,10 @@ class _1080to540Window : public PluginClientWindow public: _1080to540Window(_1080to540Main *client); ~_1080to540Window(); - + void create_objects(); int set_first_field(int first_field, int send_event); - + _1080to540Main *client; _1080to540Option *odd_first; _1080to540Option *even_first; @@ -47,11 +47,11 @@ public: class _1080to540Option : public BC_Radial { public: - _1080to540Option(_1080to540Main *client, - _1080to540Window *window, - int output, - int x, - int y, + _1080to540Option(_1080to540Main *client, + _1080to540Window *window, + int output, + int x, + int y, char *text); int handle_event(); @@ -67,10 +67,10 @@ public: int equivalent(_1080to540Config &that); void copy_from(_1080to540Config &that); - void interpolate(_1080to540Config &prev, - _1080to540Config &next, - long prev_frame, - long next_frame, + void interpolate(_1080to540Config &prev, + _1080to540Config &next, + long prev_frame, + long next_frame, long current_frame); int first_field;