diff --git a/libopenjpeg/tcd.c b/libopenjpeg/tcd.c index 62318328..9222a4d8 100644 --- a/libopenjpeg/tcd.c +++ b/libopenjpeg/tcd.c @@ -1048,7 +1048,7 @@ bool tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_image_in lo = thresh; } else { l = t2_encode_packets(t2, tcd->tcd_tileno, tcd_tile, layno + 1, dest, maxlen, image_info); - // TODO: what to do with l ??? seek / tell ??? + /* TODO: what to do with l ??? seek / tell ??? */ /* opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); */ if (l == -999) { lo = thresh;