fix for possible error building with debian
This commit is contained in:
@@ -331,7 +331,7 @@ static int initialise_4K_poc(opj_poc_t *POC, int numres)
|
||||
|
||||
static void cinema_parameters(opj_cparameters_t *parameters)
|
||||
{
|
||||
parameters->tile_size_on = FALSE;
|
||||
parameters->tile_size_on = 0; /* FALSE */
|
||||
parameters->cp_tdx=1;
|
||||
parameters->cp_tdy=1;
|
||||
|
||||
|
Reference in New Issue
Block a user