diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-30 16:51:30 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-08-30 16:51:30 +0000 |
| commit | de9e1a069350f472a11ff3b33048bc344ff2de3a (patch) | |
| tree | 11406e9b19ae35c3c6505f89db8b8542b9e75fc1 /libopenjpeg/jp2.c | |
| parent | 47b18d89f6bdad128257d4b617e4de244a86a2b8 (diff) | |
[trunk] Remove all non-ascii characters (Several compilers and development tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson
Diffstat (limited to 'libopenjpeg/jp2.c')
| -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 59515872..1fc26e0e 100644 --- a/libopenjpeg/jp2.c +++ b/libopenjpeg/jp2.c @@ -1563,7 +1563,7 @@ void opj_jp2_setup_encoder( opj_jp2_v2_t *jp2, } 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) |
