Re-add explicit default MCT value

This commit is contained in:
scaramallion 2021-05-17 07:09:13 +10:00 committed by Hugo van Kemenade
parent bab4effbce
commit 07be0d26ba

View File

@ -1187,7 +1187,7 @@ PyImaging_Jpeg2KEncoderNew(PyObject *self, PyObject *args) {
OPJ_PROG_ORDER prog_order;
char *cinema_mode = "no";
OPJ_CINEMA_MODE cine_mode;
char mct;
char mct = 0;
Py_ssize_t fd = -1;
if (!PyArg_ParseTuple(