diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-03 11:36:31 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-03 11:36:31 +0000 |
| commit | 25255c4ed1cb1974857189a2a5c67f878c923cc3 (patch) | |
| tree | c174ee9190f9a9885ecf917c5c86639871d9c902 /src/lib/openjpip/jp2k_decoder.h | |
| parent | 16febebd28aafe8a47472d669b399dded8f84c5e (diff) | |
[trunk] remove all api with invalid FILE* parameters which could leads to issues when applications are compiled with different flags from openjpeg.
Fixes issue 198
Diffstat (limited to 'src/lib/openjpip/jp2k_decoder.h')
| -rw-r--r-- | src/lib/openjpip/jp2k_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjpip/jp2k_decoder.h b/src/lib/openjpip/jp2k_decoder.h index a53b1537..7fc8e961 100644 --- a/src/lib/openjpip/jp2k_decoder.h +++ b/src/lib/openjpip/jp2k_decoder.h @@ -34,6 +34,6 @@ #include "byte_manager.h" #include "ihdrbox_manager.h" -Byte_t * j2k_to_pnm( FILE *fp, ihdrbox_param_t **ihdrbox); +Byte_t * j2k_to_pnm( const char *fn, ihdrbox_param_t **ihdrbox); #endif /* !JP2K_DECODER_H_ */ |
