X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2Fgdcmopenjpeg%2Flibopenjpeg%2Fj2k.h;h=7c31d207f80f6b3991ac1dbd61f8ba6e8ddfd4b0;hb=3f237ae109aef22eb58b91efe64af240e0c0d63b;hp=b62f955a71cbfadea183025742f8228353f22c84;hpb=e2082e5dd226bbb809aa5957dc12e1ceb85fb849;p=gdcm.git diff --git a/src/gdcmopenjpeg/libopenjpeg/j2k.h b/src/gdcmopenjpeg/libopenjpeg/j2k.h index b62f955a..7c31d207 100644 --- a/src/gdcmopenjpeg/libopenjpeg/j2k.h +++ b/src/gdcmopenjpeg/libopenjpeg/j2k.h @@ -231,6 +231,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 +LIBJ2K_API void j2k_dec_release();/*antonin*/ #endif