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

@@ -524,7 +524,7 @@ static void t1_encode_cblk(opj_t1_t *t1, opj_tcd_cblk_t * cblk, int orient, int
int passno;
int bpno, passtype;
int max;
int nmsedec;
int nmsedec = 0;
double cumwmsedec = 0;
char type = T1_TYPE_MQ;