summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.h
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2004-07-13 14:37:11 +0000
committerAntonin Descampe <antonin@gmail.com>2004-07-13 14:37:11 +0000
commitde5a22aea053d3934536ee3ff5d2f7b2f706d045 (patch)
tree91e0b034affe1ae8b98a06a6e12b1665b2cb7a7f /libopenjpeg/jp2.h
parentbc563fc5ba6e0369dc7da995e971b7077f4788a5 (diff)
Structure j2k_option_t deleted and option "-reduce" integrated to j2k_cp_t.
Parameters changed for j2k_decode, jp2_decode, j2k_decode_jpt_stream
Diffstat (limited to 'libopenjpeg/jp2.h')
-rw-r--r--libopenjpeg/jp2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/jp2.h b/libopenjpeg/jp2.h
index 87b8d75e..867c45ae 100644
--- a/libopenjpeg/jp2.h
+++ b/libopenjpeg/jp2.h
@@ -74,6 +74,6 @@ int jp2_encode(jp2_struct_t * jp2_struct, j2k_cp_t * cp, char *output,
char *index);
int jp2_decode(unsigned char *src, int len, jp2_struct_t * jp2_struct,
- j2k_cp_t ** cp, j2k_option_t option);
+ j2k_cp_t * cp);
#endif