summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2009-09-08 18:25:51 +0000
committerAntonin Descampe <antonin@gmail.com>2009-09-08 18:25:51 +0000
commit9dbbc6ca1392d32dffd1a75d23b7447e88c4faf2 (patch)
tree8fd96e15934a3a77c439745f6f7b0019553aacb0 /ChangeLog
parent83abf567369ae32e7e4ee402ddd1ed0bad63187a (diff)
openjpeg.c : fixed initialization of parameters->cp_disto_alloc/fixed_quality/fixed_alloc/tcp_numlayers because they were preventing to use the -q and -f options.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47ca7075..ea792bfe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+September 8, 2009
+* [antonin] openjpeg.c : fixed initialization of parameters->cp_disto_alloc/fixed_quality/fixed_alloc/tcp_numlayers because they were preventing to use the -q and -f options.
+
August 31, 2009
* [antonin] JavaOpenJpegDecoder.c : fixed a signed/unsigned behaviour when returning form C to JAVA