X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.inc;h=581200ef23b72f402c2e8d94dec3db45d84a8916;hb=9058f65f71aafbeab023657be0f6b84b629b70c4;hp=b82791a40cf32319f3e867d340d10188f6e25cab;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/histogram/histogram.inc b/cinelerra-5.1/plugins/histogram/histogram.inc index b82791a4..581200ef 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.inc +++ b/cinelerra-5.1/plugins/histogram/histogram.inc @@ -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 HISTOGRAM_INC @@ -33,7 +33,7 @@ #define HISTOGRAM_BLUE 2 #define HISTOGRAM_VALUE 3 -// Number of divisions in histogram. +// Number of divisions in histogram. // 65536 + min and max range to speed up the tabulation #define HISTOGRAM_SLOTS 0x13333 #define FLOAT_RANGE 1.2