X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbccmodels.h;h=6597bc75ca4108b08701e96589d8c752069c8b10;hb=17b4e5a06157865391c2d07b552b81d84665bcae;hp=57b595f4e30234ef9d44be201a007fe5dd218f85;hpb=c9bbecdcb49b2dc8fdefd017104fd4d052edb8a3;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bccmodels.h b/cinelerra-5.1/guicast/bccmodels.h index 57b595f4..6597bc75 100644 --- a/cinelerra-5.1/guicast/bccmodels.h +++ b/cinelerra-5.1/guicast/bccmodels.h @@ -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(); };