! : changed
+ : added
+October 22, 2010
+* [antonin] Currently the Visual Studio builds are broken in the SVN. Attached a patch to fix this issue (from szekerest)
+
October 22, 2010
* [szukw000] replaced 'cp -d' with 'cp -P' for MacOSX
opj_jp2_box_t *box, struct extension *ext)
{
int skip_len;
+ opj_common_ptr cinfo;
/* Part 1, I.5.3.3 : 'A conforming JP2 reader shall ignore all Colour
* Specification boxes after the first.'
*/
if(ext->jp2_has_colr) return false;
- opj_common_ptr cinfo = jp2->cinfo;
+ cinfo = jp2->cinfo;
jp2->meth = cio_read(cio, 1); /* METH */
jp2->precedence = cio_read(cio, 1); /* PRECEDENCE */