diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-12-19 09:13:52 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-12-19 09:13:52 +0000 |
| commit | 1a33a097260699e7c3792d2a6238337a198d9070 (patch) | |
| tree | f4eb6889b4bd651f1f91a98b91993f3d3e47a8d7 /libopenjpeg | |
| parent | 26606c71c8a5c3a79f9e371e1c0ddfcb800b77df (diff) | |
In mqc.h, changed MQC_NUMCTXS from 32 to 19 as JPEG 2000 only allows 19 possible contexts
Diffstat (limited to 'libopenjpeg')
| -rw-r--r-- | libopenjpeg/mqc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/mqc.h b/libopenjpeg/mqc.h index d3c0c5c8..8cc8c934 100644 --- a/libopenjpeg/mqc.h +++ b/libopenjpeg/mqc.h @@ -56,7 +56,7 @@ typedef struct opj_mqc_state { struct opj_mqc_state *nlps; } opj_mqc_state_t; -#define MQC_NUMCTXS 32 +#define MQC_NUMCTXS 19 /** MQ coder |
