diff options
Diffstat (limited to 'jbig2dec/jbig2_arith.h')
-rw-r--r-- | jbig2dec/jbig2_arith.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jbig2dec/jbig2_arith.h b/jbig2dec/jbig2_arith.h index f50d232f..cf3d0ac0 100644 --- a/jbig2dec/jbig2_arith.h +++ b/jbig2dec/jbig2_arith.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -32,7 +32,7 @@ Jbig2ArithState *jbig2_arith_new(Jbig2Ctx *ctx, Jbig2WordStream *ws); /* decode a bit */ /* Normally returns 0 or 1. May return negative in case of error. */ -int jbig2_arith_decode(Jbig2ArithState *as, Jbig2ArithCx *pcx); +int jbig2_arith_decode(Jbig2Ctx *ctx, Jbig2ArithState *as, Jbig2ArithCx *pcx); /* returns true if the end of the data stream has been reached (for sanity checks) */ bool jbig2_arith_has_reached_marker(Jbig2ArithState *as); |