diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_ArithDecoder.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_ArithDecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcodec/jbig2/JBig2_ArithDecoder.h b/core/fxcodec/jbig2/JBig2_ArithDecoder.h index d4a2daedbc..c9e29a5937 100644 --- a/core/fxcodec/jbig2/JBig2_ArithDecoder.h +++ b/core/fxcodec/jbig2/JBig2_ArithDecoder.h @@ -35,6 +35,7 @@ class CJBig2_ArithDecoder { void ReadValueA(); bool m_Complete; + bool m_FinishedStream; uint8_t m_B; unsigned int m_C; unsigned int m_A; |