diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-22 11:55:36 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-22 11:55:36 +0000 |
| commit | 6621494d9d76576f536ab91d060a029cc5e95c50 (patch) | |
| tree | 2e51111d064888579a299a1aff3705915ea8c236 /libopenjpeg/j2k.h | |
| parent | 2374885ac01d64e734937014092088d4fc2bbe6f (diff) | |
Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PM
Diffstat (limited to 'libopenjpeg/j2k.h')
| -rw-r--r-- | libopenjpeg/j2k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopenjpeg/j2k.h b/libopenjpeg/j2k.h index 8fc8e6dc..74eba223 100644 --- a/libopenjpeg/j2k.h +++ b/libopenjpeg/j2k.h @@ -438,6 +438,7 @@ Encode an image into a JPEG-2000 codestream */ bool j2k_encode(opj_j2k_t *j2k, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t *cstr_info); +void j2k_dump_cp(FILE *fd, opj_image_t * img, opj_cp_t * cp); /* ----------------------------------------------------------------------- */ /*@}*/ |
