fix mask vframe setup, add unshared vframe constructor
[goodguy/history.git] / cinelerra-5.1 / plugins / yuv411 / yuv411win.h
index 20388fc02ba55078b53615c7edffe8cca6279a8e..a08eeffe61544f042795d82e4e9a5acbc878ef89 100644 (file)
@@ -6,7 +6,7 @@
 #include "mutex.h"
 #include "pluginvclient.h"
 #include "bctitle.h"
-#include "colors.h"
+#include "bccolors.h"
 #include "fonts.h"
 
 class yuv411Toggle;
@@ -19,12 +19,12 @@ class yuv411Window : public PluginClientWindow
 public:
        yuv411Window(yuv411Main *client);
        ~yuv411Window();
-       
+
        void create_objects();
        int close_event();
        void update_enables();
        void show_warning(int warn);
-       
+
        yuv411Main *client;
        yuv411Toggle *avg_vertical;
        yuv411Toggle *int_horizontal;