diff options
| author | Antonin Descampe <antonin@gmail.com> | 2006-10-31 17:37:01 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2006-10-31 17:37:01 +0000 |
| commit | 696cd710dfe0837b9096c5011a7ed7949b4b6dd1 (patch) | |
| tree | 8bebdbec58785e90973a08e1a8350a64098d60ed /libopenjpeg/tcd.c | |
| parent | 2d416a80179294b30d97049333a5ccd9c044ea71 (diff) | |
removed a debug test in the version just committed
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 bf0a81bf..c0c4c52f 100644 --- a/libopenjpeg/tcd.c +++ b/libopenjpeg/tcd.c @@ -153,7 +153,7 @@ void tcd_malloc_encode(opj_tcd_t *tcd, opj_image_t * image, opj_cp_t * cp, int c * (tile->x1 - tile->x0) * (tile->y1 - tile->y0) * image->comps[0].prec))/ - (tcp->rates[j] * 8 * image->comps[0].dx * image->comps[0].dy) + 34 + (tcp->rates[j] * 8 * image->comps[0].dx * image->comps[0].dy) : 0; if (tcp->rates[j]) { |
