X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpackagingengine.h;h=89837c1eab7279cdf6ba3402c8d18973c84e77d1;hp=eef96a8cace14f09c1c0acb3ea60d96e66621ee1;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/cinelerra/packagingengine.h b/cinelerra-5.1/cinelerra/packagingengine.h index eef96a8c..89837c1e 100644 --- a/cinelerra-5.1/cinelerra/packagingengine.h +++ b/cinelerra-5.1/cinelerra/packagingengine.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 PACKAGINGENGINE_H @@ -36,10 +36,10 @@ public: virtual int create_packages_single_farm( EDL *edl, Preferences *preferences, - Asset *default_asset, - double total_start, + Asset *default_asset, + double total_start, double total_end) = 0; - virtual RenderPackage* get_package_single_farm(double frames_per_second, + virtual RenderPackage* get_package_single_farm(double frames_per_second, int client_number, int use_local_rate) = 0; virtual int64_t get_progress_max() = 0; @@ -58,10 +58,10 @@ public: int create_packages_single_farm( EDL *edl, Preferences *preferences, - Asset *default_asset, - double total_start, + Asset *default_asset, + double total_start, double total_end); - RenderPackage* get_package_single_farm(double frames_per_second, + RenderPackage* get_package_single_farm(double frames_per_second, int client_number, int use_local_rate); int64_t get_progress_max();