X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.h;h=0051243855f9f8413fcf569d10edde6fb184b26e;hb=232ae3c6972c1740b6e1890ccce1264f2bb311f5;hp=9aa4747acc2c556f164acac9bb5c05bb32d9a4cf;hpb=0b751b07a28e84a721b2bb76083db6629aa26d73;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram/histogram.h b/cinelerra-5.1/plugins/histogram/histogram.h index 9aa4747a..00512438 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.h +++ b/cinelerra-5.1/plugins/histogram/histogram.h @@ -60,9 +60,8 @@ public: // Value is only calculated for preview. void calculate_histogram(VFrame *data, int do_value); // Calculate the linear, smoothed, lookup curves - void tabulate_curve(int subscript, int use_value); - - + void tabulate_curve(int **table, int idx, int len, int use_value); + void tabulate_curve(int idx, int use_value); VFrame *input, *output;