X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fdenoisevideo%2Fdenoisevideo.h;h=3c881463535a6d918d19748b9f20c0b0d95a9225;hb=09ccfde5a1fd65069f69b37490462b7ccf38a336;hp=bc4c7f847f94520c54d70ee9eb46b214c641f7b4;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/denoisevideo/denoisevideo.h b/cinelerra-5.1/plugins/denoisevideo/denoisevideo.h index bc4c7f84..3c881463 100644 --- a/cinelerra-5.1/plugins/denoisevideo/denoisevideo.h +++ b/cinelerra-5.1/plugins/denoisevideo/denoisevideo.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 DENOISEVIDEO_H @@ -39,10 +39,10 @@ public: int equivalent(DenoiseVideoConfig &that); void copy_from(DenoiseVideoConfig &that); - void interpolate(DenoiseVideoConfig &prev, - DenoiseVideoConfig &next, - long prev_frame, - long next_frame, + void interpolate(DenoiseVideoConfig &prev, + DenoiseVideoConfig &next, + long prev_frame, + long next_frame, long current_frame); int frames; @@ -66,9 +66,9 @@ public: class DenoiseVideoThreshold : public BC_TumbleTextBox { public: - DenoiseVideoThreshold(DenoiseVideo *plugin, + DenoiseVideoThreshold(DenoiseVideo *plugin, DenoiseVideoWindow *gui, - int x, + int x, int y); int handle_event(); DenoiseVideo *plugin; @@ -77,10 +77,10 @@ public: class DenoiseVideoToggle : public BC_CheckBox { public: - DenoiseVideoToggle(DenoiseVideo *plugin, - DenoiseVideoWindow *gui, - int x, - int y, + DenoiseVideoToggle(DenoiseVideo *plugin, + DenoiseVideoWindow *gui, + int x, + int y, int *output, char *text); int handle_event(); @@ -91,9 +91,9 @@ public: class DenoiseVideoCountChanged : public BC_Radial { public: - DenoiseVideoCountChanged(DenoiseVideo *plugin, - DenoiseVideoWindow *gui, - int x, + DenoiseVideoCountChanged(DenoiseVideo *plugin, + DenoiseVideoWindow *gui, + int x, int y); int handle_event(); DenoiseVideo *plugin; @@ -103,9 +103,9 @@ public: class DenoiseVideoCountSame : public BC_Radial { public: - DenoiseVideoCountSame(DenoiseVideo *plugin, - DenoiseVideoWindow *gui, - int x, + DenoiseVideoCountSame(DenoiseVideo *plugin, + DenoiseVideoWindow *gui, + int x, int y); int handle_event(); DenoiseVideo *plugin;