diff options
| author | Antonin Descampe <antonin@gmail.com> | 2005-12-08 14:47:40 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2005-12-08 14:47:40 +0000 |
| commit | 34c8a555fae47c62e3be26d39fad49cbfd8f0ed8 (patch) | |
| tree | 09623dd9f3f433e7a399b7733723027501f3f4b3 /libopenjpeg/tcd.c | |
| parent | fe33ebe83c4b8b71328ed2a7c2c5efe3efe57e16 (diff) | |
fixed a bug when specifying a rate '-r' => no distortion info was available in the index
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 92e8c908..088065e3 100644 --- a/libopenjpeg/tcd.c +++ b/libopenjpeg/tcd.c @@ -1083,7 +1083,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); - opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); + /* opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); */ if (l == -999) { lo = thresh; continue; |
