diff options
| author | Antonin Descampe <antonin@gmail.com> | 2014-10-02 07:44:53 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2014-10-02 07:44:53 +0000 |
| commit | 06bd61b571aa82f65b8c2b6f2c3330a2e712dcfe (patch) | |
| tree | 6f4008708428232c7e3f32821828ffaa3ecc9404 /src | |
| parent | a1c754c737125da84829fdc25e4239892f7f1c85 (diff) | |
[trunk] c++-style comment removed (fixes issue 407)
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/openjp2/j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) || |
