[trunk] c++-style comment removed (fixes issue 407)
This commit is contained in:
parent
a1c754c737
commit
06bd61b571
|
@ -6504,7 +6504,7 @@ OPJ_BOOL opj_j2k_setup_encoder( opj_j2k_t *p_j2k,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
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) ||
|
if ((image->comps[0].dx != image->comps[1].dx) ||
|
||||||
(image->comps[0].dx != image->comps[2].dx) ||
|
(image->comps[0].dx != image->comps[2].dx) ||
|
||||||
(image->comps[0].dy != image->comps[1].dy) ||
|
(image->comps[0].dy != image->comps[1].dy) ||
|
||||||
|
|
Loading…
Reference in New Issue