summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-21 16:37:45 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-21 16:37:45 +0000
commit5d0b813cecee07f2bf69e94e826385b38b5dfb4c (patch)
tree4d71e0d1902a93f4e8636326ab57e54164a02d22 /libopenjpeg/jp2.c
parentba0c271774f56259874dffbe15f44313f9d6e954 (diff)
[trunk] WIP: clean the j2k_dump application and the lib regards to the event management
Diffstat (limited to 'libopenjpeg/jp2.c')
-rw-r--r--libopenjpeg/jp2.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libopenjpeg/jp2.c b/libopenjpeg/jp2.c
index bfdf2cc8..43766b14 100644
--- a/libopenjpeg/jp2.c
+++ b/libopenjpeg/jp2.c
@@ -1750,11 +1750,12 @@ void jp2_setup_decoder(opj_jp2_t *jp2, opj_dparameters_t *parameters) {
/* further JP2 initializations go here */
}
-void jp2_setup_decoder_v2(opj_jp2_v2_t *jp2, opj_dparameters_t *parameters) {
+void jp2_setup_decoder_v2(opj_jp2_v2_t *jp2, opj_dparameters_t *parameters)
+{
/* setup the J2K codec */
j2k_setup_decoder_v2(jp2->j2k, parameters);
- /* further JP2 initializations go here */
+ /* further JP2 initializations go here */
jp2->color.jp2_has_colr = 0;
}