mansoor-ahmed / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

MJ2 files not using OPENJPEG API correctly #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
MJ2 files are not using the API correctly. 

mj2.{c,h} are outside the library but use internal functions and data 
structures.

Same problem with frames_to_mj2, mj2_to_frames, extract_j2k_from_mj2, 
wrap_j2k_in_mj2.

Before changing these files so that they use only external functions and 
structures, a decision has to be made so as to include or not the mj2.{c,h} 
files in libopenjpeg. 

The presence of jp2.{h,c} in libopenjpeg tends to consider as consistent to 
include mj2.{c,h} also (or to exclude jp2.{c,h}, as in kakadu).

Original issue reported on code.google.com by antonin on 28 Dec 2010 at 9:37

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 25 Feb 2014 at 3:22