refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / guicast / bccolors.inc
index 32f9fc047bf7d8e156226edff9263239b9043a54..010faca5723d770a7d1063292c80a231a658967e 100644 (file)
 
 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