titler rework, some code cleanup and fixes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cicolors.h
index e8fca408d7badeff6a74cc2176615cd05dfc6d01..1ab7ab452c7a24d600ee3028724cebe6e2fe14c5 100644 (file)
@@ -55,6 +55,7 @@ class YUV
 public:
        YUV();
        ~YUV();
+       static YUV yuv;
 
        inline void rgb_to_yuv_8(int &y, int &u, int &v)
        {
@@ -220,7 +221,6 @@ public:
 // Dummies for macros
        static int yuv_to_hsv(float y, float u, float v, float &h, float &s, float &va, float max) { return 0; };
        static int hsv_to_yuv(float &y, float &u, float &v, float h, float s, float va, float max) { return 0; };
-       static YUV yuv_static;
 };