Fix CFA define
This commit is contained in:
@@ -41,7 +41,7 @@ gles2_debayer_new(int format)
|
|||||||
snprintf(format_def,
|
snprintf(format_def,
|
||||||
64,
|
64,
|
||||||
"#define CFA_%s\n#define BITS_%d\n",
|
"#define CFA_%s\n#define BITS_%d\n",
|
||||||
libmegapixels_format_cfa_pattern(format),
|
libmegapixels_format_cfa(format),
|
||||||
libmegapixels_format_bits_per_pixel(format));
|
libmegapixels_format_bits_per_pixel(format));
|
||||||
|
|
||||||
const GLchar *def[1] = { format_def };
|
const GLchar *def[1] = { format_def };
|
||||||
|
Reference in New Issue
Block a user