fixed two initialization problems in t1.c and tcd.c

This commit is contained in:
Antonin Descampe
2006-01-27 16:29:41 +00:00
parent 8a662fa4b1
commit 72de930d08
3 changed files with 5 additions and 2 deletions

View File

@@ -1056,7 +1056,7 @@ bool tcd_rateallocate(opj_tcd_t *tcd, unsigned char *dest, int len, opj_image_in
double hi = max;
int success = 0;
int maxlen = tcd_tcp->rates[layno] ? int_min(tcd_tcp->rates[layno], len) : len;
double goodthresh;
double goodthresh = 0;
int i;
double distotarget; /* fixed_quality */