replaced en-dash with standard dash in jp2.c

This commit is contained in:
Antonin Descampe 2011-01-30 15:38:45 +00:00
parent 55c8c2bc77
commit 9a811cb52a
1 changed files with 1 additions and 1 deletions

View File

@ -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 6196621 */
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)