olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / guicast / bccolors.h
index 8687735268ff21b8c0ac7eeb0a665daa94477b02..9226f3a5771d5207cccbc0d5310f0bd85cc1d837 100644 (file)
@@ -188,7 +188,7 @@ public:
        static YUV yuv;
        static float yuv_to_rgb_matrix[9];
        static float rgb_to_yuv_matrix[9];
-       static float rgb_to_y_vector[3];
+       static float *const rgb_to_y_vector;
        inline float get_yminf() { return yminf; }
 
 #define YUV_rgb_to_yuv_8(r,g,b, y,u,v) \