diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-01-30 15:38:45 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-01-30 15:38:45 +0000 |
| commit | 9a811cb52a9c82345731488b91269d3b5ccbc481 (patch) | |
| tree | c04a20b3178c1e18021701c700fa4af3ba52e79a /libopenjpeg | |
| parent | 55c8c2bc77de1388aa7d4d30ff21051e70baeff6 (diff) | |
replaced en-dash with standard dash in jp2.c
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/jp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/jp2.c b/libopenjpeg/jp2.c index 20cf2e67..8ea3f51f 100644 --- a/libopenjpeg/jp2.c +++ b/libopenjpeg/jp2.c @@ -1052,7 +1052,7 @@ void jp2_setup_encoder(opj_jp2_t *jp2, opj_cparameters_t *parameters, opj_image_ } if (jp2->meth == 1) { if (image->color_space == 1) - jp2->enumcs = 16; /* sRGB as defined by IEC 61966𣇻 */ + jp2->enumcs = 16; /* sRGB as defined by IEC 61966-2.1 */ else if (image->color_space == 2) jp2->enumcs = 17; /* greyscale */ else if (image->color_space == 3) |
