X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbccolors.inc;fp=cinelerra-5.1%2Fguicast%2Fbccolors.inc;h=010faca5723d770a7d1063292c80a231a658967e;hb=af44bff549c39ac8bb6e42a791e7a211e1013526;hp=32f9fc047bf7d8e156226edff9263239b9043a54;hpb=88d056e4f1b0a9fd692bbfb34262dd05359c4d9c;p=goodguy%2Fhistory.git 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