histogram rework to add sum_frames, update suv/cakewalk autorange icons, add new...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram / histogramconfig.h
index ab9f55f5d3f1d699988954771ef01ca067ceb29a..2d8554d30a716da0da7e34110e36b1c21a1a5e1c 100644 (file)
@@ -57,10 +57,11 @@ public:
        float high_output[HISTOGRAM_MODES];
 
        int automatic;
-       int automatic_v;
        float threshold;
        int plot;
+       int sum_frames;
        int split;
+       float log_slider;
 };