[trunk] c++-style comment removed (fixes issue 407)
authorAntonin Descampe <antonin@gmail.com>
Thu, 2 Oct 2014 07:44:53 +0000 (07:44 +0000)
committerAntonin Descampe <antonin@gmail.com>
Thu, 2 Oct 2014 07:44:53 +0000 (07:44 +0000)
src/lib/openjp2/j2k.c

index b794dc39a662f3628c6d990758ed9ae3d86b3876..f633f4fc8ed6eacb09dfbd326f5999cc7f1bc92e 100644 (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) ||