COMP: Fix warning about C++ comment
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Sun, 19 Feb 2006 21:12:20 +0000 (21:12 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Sun, 19 Feb 2006 21:12:20 +0000 (21:12 +0000)
libopenjpeg/tcd.c

index 623183287d84c13d56460e19c08a814c120efc79..9222a4d84a1825c4e46b0f9d27acf7b06fdf7d12 100644 (file)
@@ -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;