X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbccolors.inc;h=010faca5723d770a7d1063292c80a231a658967e;hp=32f9fc047bf7d8e156226edff9263239b9043a54;hb=a19a685a46ddc630010788707d9e5b9d2342af46;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05 diff --git a/cinelerra-5.1/guicast/bccolors.inc b/cinelerra-5.1/guicast/bccolors.inc index 32f9fc04..010faca5 100644 --- a/cinelerra-5.1/guicast/bccolors.inc +++ b/cinelerra-5.1/guicast/bccolors.inc @@ -25,5 +25,11 @@ class YUV; +#define BC_COLORS_BT601 0 +#define BC_COLORS_BT709 1 +#define BC_COLORS_BT2020 2 + +#define BC_COLORS_JPEG 0 +#define BC_COLORS_MPEG 1 #endif