COMP: Fix warning about C++ comment

This commit is contained in:
Mathieu Malaterre 2006-02-19 21:12:20 +00:00
parent b883da435b
commit 0108506433
1 changed files with 1 additions and 1 deletions

View 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;