diff options
Diffstat (limited to 'libopenjpeg/j2k.h')
| -rw-r--r-- | libopenjpeg/j2k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopenjpeg/j2k.h b/libopenjpeg/j2k.h index aafa9de6..7df8ecc7 100644 --- a/libopenjpeg/j2k.h +++ b/libopenjpeg/j2k.h @@ -220,4 +220,6 @@ LIBJ2K_API int j2k_decode(unsigned char *src, int len, j2k_image_t * img, int j2k_decode_jpt_stream(unsigned char *src, int len, j2k_image_t * img, j2k_cp_t * cp); +void j2k_dec_release();//antonin + #endif |
