rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram_bezier / bistogram.h
index 97f3152062c06e4ad20ff872adb35bc7048aec9a..ae933b06c7cf3a0b9691d17ffd7cb36be35eaaa5 100644 (file)
@@ -44,6 +44,7 @@ class HistogramMain : public PluginVClient
 public:
        HistogramMain(PluginServer *server);
        ~HistogramMain();
+       void reset();
 
        int process_realtime(VFrame *input_ptr, VFrame *output_ptr);
        int is_realtime();
@@ -68,7 +69,6 @@ public:
 
 
 
-       YUV yuv;
        VFrame *input, *output;
        HistogramEngine *engine;
        int *lookup[HISTOGRAM_MODES];
@@ -79,6 +79,8 @@ public:
        int current_point;
 // Current channel being viewed
        int mode;
+// total histogram bins
+       int slots;
        int dragging_point;
        int point_x_offset;
        int point_y_offset;