[trunk] Remove temp fix now that mj2 is fixed

This commit is contained in:
Mathieu Malaterre 2012-10-29 15:28:59 +00:00
parent 301b1ffbc7
commit 5903dd7d82
1 changed files with 0 additions and 2 deletions

View File

@ -85,9 +85,7 @@ static int test_image(const char *fname, mj2_cparameters_t *cp)
cio = opj_cio_open((opj_common_ptr)dinfo, src, src_len);
#if 0 /* MM: FIXME */
image = opj_decode(dinfo, cio);
#endif
free(src); cio->buffer = NULL;
opj_cio_close(cio);