X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fyuv%2Fyuv.h;h=76be8dad7b996a3f3d5b57a417d9a9decdf21f96;hb=219e9cae947fc9454f65c210d600800158d798fb;hp=6f877c48fe593614daa20ab4809871f1433c003d;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/yuv/yuv.h b/cinelerra-5.1/plugins/yuv/yuv.h index 6f877c48..76be8dad 100644 --- a/cinelerra-5.1/plugins/yuv/yuv.h +++ b/cinelerra-5.1/plugins/yuv/yuv.h @@ -28,7 +28,7 @@ class YUVMain; class YUVEngine; #include "bcbase.h" -#include "colors.h" +#include "bccolors.h" #include "yuvwindow.h" #include "pluginvclient.h" @@ -82,7 +82,6 @@ public: VFrame **output, **input; int last_frame; Mutex input_lock, output_lock; - YUV yuv; };