[trunk] c++-style comment removed (fixes issue 407)

This commit is contained in:
Antonin Descampe 2014-10-02 07:44:53 +00:00
parent a1c754c737
commit 06bd61b571
1 changed files with 1 additions and 1 deletions

View File

@ -6504,7 +6504,7 @@ OPJ_BOOL opj_j2k_setup_encoder( opj_j2k_t *p_j2k,
}
}
else {
if(tcp->mct==1 && image->numcomps == 3) { // RGB->YCC MCT is enabled
if(tcp->mct==1 && image->numcomps == 3) { /* RGB->YCC MCT is enabled */
if ((image->comps[0].dx != image->comps[1].dx) ||
(image->comps[0].dx != image->comps[2].dx) ||
(image->comps[0].dy != image->comps[1].dy) ||