summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2007-07-08 16:38:51 +0000
committerAntonin Descampe <antonin@gmail.com>2007-07-08 16:38:51 +0000
commitbdb18ab19c5f0770c32304f13c8af7b46748a8d9 (patch)
tree6803dea28a7fab83225d6be07bf90e1f1dfc80de /ChangeLog
parent167fb6337b005fd16e6015b695ec01421f8182e5 (diff)
fixed the size of the memory allocation in cio.c (confusion between bits and bytes)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30b97754..c81800da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+July 8, 2007
+* [ANTONIN] fixed the size of the memory allocation in cio.c (confusion between bits and bytes)
+
June 21, 2007
* [FOD] Output image color space set when decoding a JP2 file in jp2.c
+ [GB] Previous, home, and next frame buttons for exploring MJ2 files in OPJViewer