Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu
authorAntonin Descampe <antonin@gmail.com>
Tue, 1 Nov 2005 10:15:34 +0000 (10:15 +0000)
committerAntonin Descampe <antonin@gmail.com>
Tue, 1 Nov 2005 10:15:34 +0000 (10:15 +0000)
commit8f3bd54c3dd0403aae45abccdcc850eab5faeb6a
tree7a8c3aa95f4990d26a65eff5f515fd22deb24577
parent18a9bcb882b9af492714ff122a6b403961a2dfb3
Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot Mathieu
- '//' replaced by '/* */'
- inclusion of int.h in int.c
- inclusion of j2k.h in int.h in order to export symbols
- adding (void) var when a variable is declared but not used
- some explicit cast
- CLOCKS_PER_SEC is declared as float in bcc55, so there is a need to cast it to int for the modulo operation
- some variables changed from float -> double
12 files changed:
libopenjpeg/dwt.c
libopenjpeg/fix.c
libopenjpeg/int.c
libopenjpeg/int.h
libopenjpeg/j2k.c
libopenjpeg/j2k.h
libopenjpeg/jp2.c
libopenjpeg/mqc.c
libopenjpeg/pi.c
libopenjpeg/t1.c
libopenjpeg/t2.c
libopenjpeg/tcd.c