dynamic keyframes, textbox rework, andrea ffmpeg.opts, perpetual chkpt undo, lv2...
[goodguy/history.git] / cinelerra-5.1 / plugins / threshold / histogramengine.h
index e2591c61f3f5141b0112a4441ff7e3d58b180855..6d4f67250428173438f6af6e0850ee53bf61a054 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "histogramengine.inc"
 #include "loadbalance.h"
-#include "cicolors.h"
+#include "bccolors.h"
 #include "vframe.inc"
 
 #include <stdint.h>
@@ -56,7 +56,6 @@ public:
        LoadClient* new_client();
        LoadPackage* new_package();
        VFrame *data;
-       YUV *yuv;
        int64_t *accum[5];
 };