rework histogram_bezier, init wm icon set_icon(gg), update de.po+msg/txt
[goodguy/history.git] / cinelerra-5.1 / cinelerra / scopewindow.C
index fb3c01980491b9119197de8d4fb6488a7a3b2a9b..4713b95d8f8ad0b663bb7466afd7e4d37127e046 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #include "bcsignals.h"
-#include "cicolors.h"
+#include "bccolors.h"
 #include "clip.h"
 #include "cursors.h"
 #include "language.h"
@@ -193,7 +193,7 @@ void ScopeUnit::draw_point(unsigned char **rows,
        u_in,  \
        v_in) \
 { \
-       yuv.yuv_to_rgb_f(r, g, b, (float)y_in / 255, (float)(u_in - 0x80) / 255, (float)(v_in - 0x80) / 255); \
+       YUV::yuv.yuv_to_rgb_f(r, g, b, (float)y_in / 255, (float)(u_in - 0x80) / 255, (float)(v_in - 0x80) / 255); \
        HSV::rgb_to_hsv(r,  \
                g,  \
                b,  \
@@ -209,8 +209,6 @@ void ScopeUnit::process_package(LoadPackage *package)
 {
        ScopePackage *pkg = (ScopePackage*)package;
 
-
-       YUV yuv;
        float r, g, b;
        float h, s, v;
        int x, y;