diff options
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 8e9da446..71baf02f 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -366,9 +366,9 @@ typedef struct opj_dparameters { /** activates the JPWL correction capabilities */ bool jpwl_correct; /** expected number of components */ - bool jpwl_exp_comps; + int jpwl_exp_comps; /** maximum number of tiles */ - bool jpwl_max_tiles; + int jpwl_max_tiles; /*@}*/ #endif /* USE_JPWL */ /* <<UniPG */ |
