vicon drag tweaks, proxy drag fix, vicon mouseover, binfolder around sort fix, draw_r...
[goodguy/history.git] / cinelerra-5.1 / guicast / bccmodels.h
index 57b595f4e30234ef9d44be201a007fe5dd218f85..6597bc75ca4108b08701e96589d8c752069c8b10 100644 (file)
@@ -61,6 +61,7 @@ enum BC_CModel {
        BC_RGB_FLOATP   = 32,
        BC_RGBA_FLOATP  = 33,
        BC_YUV420PI     = 34,
+       BC_GBRP         = 38,
 // only used in intermediate ffmpeg xfers
        BC_AYUV16161616 = 35,
        BC_GREY8        = 36,
@@ -128,7 +129,6 @@ public:
                        int in_x, int in_y, int in_w, int in_h, int in_rowspan,
                int bg_color);
 
-       static void init_yuv();
        static int bc_to_x(int color_model);
        static void bcxfer_stop_slicers();
 };