X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpluginarray.h;h=9b5f2ee808daa34fe48dcc8c95e5662f34f7a65f;hp=dbe01c9031c3f2d21c85f15679a7857c3b6ab635;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd diff --git a/cinelerra-5.1/cinelerra/pluginarray.h b/cinelerra-5.1/cinelerra/pluginarray.h index dbe01c90..9b5f2ee8 100644 --- a/cinelerra-5.1/cinelerra/pluginarray.h +++ b/cinelerra-5.1/cinelerra/pluginarray.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 PLUGINARRAY_H @@ -46,9 +46,9 @@ public: virtual ~PluginArray(); PluginServer* scan_plugindb(char *title); - int start_plugins(MWindow *mwindow, - EDL *edl, - PluginServer *plugin_server, + int start_plugins(MWindow *mwindow, + EDL *edl, + PluginServer *plugin_server, KeyFrame *keyframe, int64_t start, int64_t end, @@ -59,12 +59,12 @@ public: virtual void create_buffers() {}; virtual void get_buffers() {}; /* - * virtual void load_module(int module, - * int64_t input_position, + * virtual void load_module(int module, + * int64_t input_position, * int64_t len) {}; */ - virtual void process_realtime(int module, - int64_t input_position, + virtual void process_realtime(int module, + int64_t input_position, int64_t len) {}; virtual int process_loop(int module, int64_t &write_length) { return 0; } virtual int write_buffers(int64_t len) { return 0; } @@ -86,8 +86,8 @@ public: PluginServer *plugin_server; KeyFrame *keyframe; // output file - File *file; - int64_t buffer_size; + File *file; + int64_t buffer_size; // Start and end of segment in units int64_t start, end; int done;