diff options
Diffstat (limited to 'libopenjpeg/openjpeg.h')
| -rw-r--r-- | libopenjpeg/openjpeg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h index 6b529138..ceb5df2c 100644 --- a/libopenjpeg/openjpeg.h +++ b/libopenjpeg/openjpeg.h @@ -277,7 +277,7 @@ typedef struct opj_cparameters { int subsampling_dx; /** subsampling value for dy */ int subsampling_dy; - /** input file format 0: PGX, 1: PxM, 2: BMP */ + /** input file format 0: PGX, 1: PxM, 2: BMP 3:TIF*/ int decod_format; /** output file format 0: J2K, 1: JP2, 2: JPT */ int cod_format; |
