Andrew supplied additional mxf render formats
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bccmodels.h
index 20d2a89906a41f532062b1813556e9371952979c..30dd190287b3982d149e9eb48f3ff9a441766769 100644 (file)
@@ -81,7 +81,7 @@ enum BC_CModel {
 #define FOURCC_YUV2 0x32595559  /* YUV2   YUV422 */
 #define FOURCC_UYVY 0x59565955  /* UYVY   UVY422 */
 #define FOURCC_I420 0x30323449  /* I420   Intel Indeo 4 */
-
+#define BC_COLOR_ALIGN 64      /* overwrite padding, ssse3 */
 
 #endif // !BC_TRANSPARENCY
 
@@ -135,7 +135,7 @@ public:
                        int in_x, int in_y, int in_w, int in_h, int in_rowspan,
                int bg_color);
 // paint buffer solid color
-       static void init_color(int color, int alpha,
+       static int init_color(int color, int alpha,
                unsigned char **output_rows, int out_colormodel,
                unsigned char *out_yp, unsigned char *out_up, unsigned char *out_vp,
                int out_x, int out_y, int out_w, int out_h, int out_rowspan);