From: Mathieu Malaterre Date: Mon, 29 Oct 2012 15:28:59 +0000 (+0000) Subject: [trunk] Remove temp fix now that mj2 is fixed X-Git-Tag: version.2.0~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5903dd7d8200e79626e3e325abcb04e54ee295f9;p=openjpeg [trunk] Remove temp fix now that mj2 is fixed --- diff --git a/src/bin/mj2/opj_mj2_wrap.c b/src/bin/mj2/opj_mj2_wrap.c index f0404f89..e164e2ea 100644 --- a/src/bin/mj2/opj_mj2_wrap.c +++ b/src/bin/mj2/opj_mj2_wrap.c @@ -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);