bug fixes, typos, and omits in yuv mod
[goodguy/history.git] / cinelerra-5.1 / plugins / colorbalance / colorbalance.h
index 69b5923a26b9dd8b7d8c6f53cbae52660e0f3f09..ecc4f18ac3e1ba9ec0992e262f6eb446b84d8d8f 100644 (file)
@@ -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;
 };