From: Antonin Descampe Date: Thu, 2 Oct 2014 07:44:53 +0000 (+0000) Subject: [trunk] c++-style comment removed (fixes issue 407) X-Git-Tag: wg1n6848~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06bd61b571aa82f65b8c2b6f2c3330a2e712dcfe;p=openjpeg [trunk] c++-style comment removed (fixes issue 407) --- diff --git a/src/lib/openjp2/j2k.c b/src/lib/openjp2/j2k.c index b794dc39..f633f4fc 100644 --- a/src/lib/openjp2/j2k.c +++ b/src/lib/openjp2/j2k.c @@ -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) ||