[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

This commit is contained in:
Mickael Savinaud
2012-08-30 16:51:30 +00:00
parent 47b18d89f6
commit de9e1a0693
11 changed files with 14 additions and 14 deletions

View File

@@ -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<EFBFBD>2<EFBFBD>1 */
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)