diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-13 12:59:35 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-13 12:59:35 +0000 |
| commit | 4263410fe86858c8e5c947d50ce35fc5216a07e3 (patch) | |
| tree | bca722749a62be572f5c5f5422cf0c8179e6b2a6 /src/lib/openjp2/mqc.h | |
| parent | cb0eb855cabc13787f4d013a1b1ae4d3a3ac90af (diff) | |
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
Diffstat (limited to 'src/lib/openjp2/mqc.h')
| -rw-r--r-- | src/lib/openjp2/mqc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/mqc.h b/src/lib/openjp2/mqc.h index bc4e0055..0c9dc8c5 100644 --- a/src/lib/openjp2/mqc.h +++ b/src/lib/openjp2/mqc.h @@ -50,7 +50,7 @@ typedef struct opj_mqc_state { /** the probability of the Least Probable Symbol (0.75->0x8000, 1.5->0xffff) */ OPJ_UINT32 qeval; /** the Most Probable Symbol (0 or 1) */ - OPJ_INT32 mps; + OPJ_UINT32 mps; /** next state if the next encoded symbol is the MPS */ struct opj_mqc_state *nmps; /** next state if the next encoded symbol is the LPS */ |
