Export to GitHub

openjpeg - issue #64
take into account dx and dy values when allocating the data field of opj_image_comp_t
Posted on Feb 28, 2011 by
Happy Rabbit
'data' field of opj_image_comp_t is currently allocated without taking dx and dy values into account. Memory could be saved by taking them into account.
See opj_image_create() function.
See thread https://groups.google.com/d/topic/openjpeg/h44HsVUpqCk/discussion
Comment #1
Posted on Feb 25, 2014 by Helpful Giraffe(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Defect
Priority-Low