summaryrefslogtreecommitdiff
path: root/libopenjpeg
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-02-18 12:48:49 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-02-18 12:48:49 +0000
commitfba75d93c4fec162fa41e16f798f82f0bc1e2f17 (patch)
tree273b6f428641b2518b1738a236849f7e20d8bad9 /libopenjpeg
parentc2b399b3632d9322f3aca29478929f0d54d7148e (diff)
STYLE: Remove C++ comments
Diffstat (limited to 'libopenjpeg')
-rw-r--r--libopenjpeg/tcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/tcd.c b/libopenjpeg/tcd.c
index e178f6ea..62318328 100644
--- a/libopenjpeg/tcd.c
+++ b/libopenjpeg/tcd.c
@@ -943,7 +943,7 @@ bool tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_image_in
int compno, resno, bandno, precno, cblkno, passno, layno;
double min, max;
double cumdisto[100]; /* fixed_quality */
- const double K = 1; /* 1.1; // fixed_quality */
+ const double K = 1; /* 1.1; fixed_quality */
double maxSE = 0;
opj_cp_t *cp = tcd->cp;
@@ -1019,7 +1019,7 @@ bool tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_image_in
double lo = min;
double hi = max;
int success = 0;
- // TODO: remove maxlen
+ /* TODO: remove maxlen */
int maxlen = tcd_tcp->rates[layno] ? int_min(tcd_tcp->rates[layno], len) : len;
double goodthresh = 0;
int i;