COMP: Fix warning about C++ comment
This commit is contained in:
parent
b883da435b
commit
0108506433
|
@ -1048,7 +1048,7 @@ bool tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_image_in
|
||||||
lo = thresh;
|
lo = thresh;
|
||||||
} else {
|
} else {
|
||||||
l = t2_encode_packets(t2, tcd->tcd_tileno, tcd_tile, layno + 1, dest, maxlen, image_info);
|
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); */
|
/* opj_event_msg(tcd->cinfo, EVT_INFO, "rate alloc: len=%d, max=%d\n", l, maxlen); */
|
||||||
if (l == -999) {
|
if (l == -999) {
|
||||||
lo = thresh;
|
lo = thresh;
|
||||||
|
|
Loading…
Reference in New Issue