From 010850643358dc8822e8370bb4de150da0160747 Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Sun, 19 Feb 2006 21:12:20 +0000 Subject: [PATCH] COMP: Fix warning about C++ comment --- libopenjpeg/tcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;