diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-03-24 11:20:45 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2010-03-24 11:20:45 +0000 |
| commit | 54214fb65fdc7af6b505ed0b924ea5d44d861ebf (patch) | |
| tree | a069760c32f43d0a506963eb3f8b5b2e08e8aace /libopenjpeg | |
| parent | 3ecae15da2f4f42531d007c65997248c616e40f3 (diff) | |
Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to Winfried for this patch.
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/j2k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/j2k.c b/libopenjpeg/j2k.c index 563efd68..89677eb5 100644 --- a/libopenjpeg/j2k.c +++ b/libopenjpeg/j2k.c @@ -245,7 +245,7 @@ j2k_prog_order_t j2k_prog_order_list[] = { {PCRL, "PCRL"}, {RLCP, "RLCP"}, {RPCL, "RPCL"}, - {-1, ""} + {(OPJ_PROG_ORDER)-1, ""} }; char *j2k_convert_progression_order(OPJ_PROG_ORDER prg_order){ |
