diff options
Diffstat (limited to 'core/fxcodec/jbig2')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_ArithDecoder.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp b/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp index deba72bfc5..ba42644e94 100644 --- a/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp +++ b/core/fxcodec/jbig2/JBig2_ArithDecoder.cpp @@ -12,10 +12,10 @@ namespace { struct JBig2ArithQe { - unsigned int Qe; - unsigned int NMPS; - unsigned int NLPS; - unsigned int nSwitch; + uint16_t Qe; + uint8_t NMPS; + uint8_t NLPS; + uint8_t nSwitch; }; const JBig2ArithQe kQeTable[] = { |