summaryrefslogtreecommitdiff
path: root/libavcodec/mss12.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mss12.h')
-rw-r--r--libavcodec/mss12.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mss12.h b/libavcodec/mss12.h
index 45c4074652..6f68fc3db6 100644
--- a/libavcodec/mss12.h
+++ b/libavcodec/mss12.h
@@ -47,6 +47,8 @@ typedef struct Model {
typedef struct ArithCoder {
int low, high, value;
+ int overread;
+#define MAX_OVERREAD 16
union {
GetBitContext *gb;
GetByteContext *gB;