diff options
Diffstat (limited to 'src/jbig.h')
-rw-r--r-- | src/jbig.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ /* - * Copyright (c) 2020-2021, yzrh <yzrh@noema.org> + * Copyright (c) 2022, yzrh <yzrh@noema.org> * * SPDX-License-Identifier: Apache-2.0 */ -int strdec_jbig(char **bitmap, int *bitmap_size, - const char * restrict data, int data_size); +int strdec_jbig(char **bitmap, int width, int height, + const char * restrict jbig, int jbig_size); |