diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-02-19 21:12:20 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2006-02-19 21:12:20 +0000 |
| commit | 010850643358dc8822e8370bb4de150da0160747 (patch) | |
| tree | 7b41075c14f98daba747cd0b8a58e9d64401add5 /libopenjpeg/tcd.c | |
| parent | b883da435b67e4d173e9165a13cf2ead81e4a51f (diff) | |
COMP: Fix warning about C++ comment
Diffstat (limited to 'libopenjpeg/tcd.c')
| -rw-r--r-- | libopenjpeg/tcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
