diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 15:28:59 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-29 15:28:59 +0000 |
| commit | 5903dd7d8200e79626e3e325abcb04e54ee295f9 (patch) | |
| tree | 00c9ea4064bf3e8286d2ecaa5161da3ece908e2a /src/bin | |
| parent | 301b1ffbc77241852fa256949425181b927f690b (diff) | |
[trunk] Remove temp fix now that mj2 is fixed
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/mj2/opj_mj2_wrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
