X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Finterpolatevideo%2Fopticflow.h;h=bbea19dfec2a318c0ee564bbaa20236eb54536b9;hp=f89a325c4c4dca366a791a2894b58bd54e3d4108;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d diff --git a/cinelerra-5.1/plugins/interpolatevideo/opticflow.h b/cinelerra-5.1/plugins/interpolatevideo/opticflow.h index f89a325c..bbea19df 100644 --- a/cinelerra-5.1/plugins/interpolatevideo/opticflow.h +++ b/cinelerra-5.1/plugins/interpolatevideo/opticflow.h @@ -1,12 +1,12 @@ /* * CINELERRA * Copyright (C) 1997-2011 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 @@ -15,9 +15,9 @@ * 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 OPTICFLOW_H #define OPTICFLOW_H @@ -33,7 +33,7 @@ class OpticFlowMacroblock public: OpticFlowMacroblock(); void copy_from(OpticFlowMacroblock *src); - + int x, y; int dx, dy; int is_valid; @@ -66,7 +66,7 @@ class OpticFlow : public LoadServer { public: OpticFlow(InterpolateVideo *plugin, - int total_clients, + int total_clients, int total_packages); ~OpticFlow(); void init_packages(); @@ -104,7 +104,7 @@ class Warp : public LoadServer { public: Warp(InterpolateVideo *plugin, - int total_clients, + int total_clients, int total_packages); ~Warp(); void init_packages(); @@ -141,7 +141,7 @@ class BlendMacroblock : public LoadServer { public: BlendMacroblock(InterpolateVideo *plugin, - int total_clients, + int total_clients, int total_packages); ~BlendMacroblock(); void init_packages();