proxy/mixer fixes, add proxy beep, igor ru xlat
[goodguy/history.git] / cinelerra-5.1 / plugins / colorbalance / colorbalance.h
index c8a924edec66330af2992d7bbbabdf7cfd69f6c8..ecc4f18ac3e1ba9ec0992e262f6eb446b84d8d8f 100644 (file)
@@ -26,7 +26,7 @@ class ColorBalanceMain;
 
 #include "colorbalancewindow.h"
 #include "condition.h"
-#include "cicolors.h"
+#include "bccolors.h"
 #include "guicast.h"
 #include "pluginvclient.h"
 #include "thread.h"
@@ -71,7 +71,6 @@ public:
        int last_frame;
        Condition input_lock, output_lock;
        VFrame *input, *output;
-       YUV yuv;
        float cyan_f, magenta_f, yellow_f;
 };