aboutsummaryrefslogtreecommitdiffstats
path: root/src/jbig.h
diff options
context:
space:
mode:
authoryzrh <yzrh@noema.org>2023-01-01 10:09:08 +0000
committeryzrh <yzrh@noema.org>2023-01-01 10:09:08 +0000
commita18de8f2ef4be4a92b2e08161ce4b8f164ad4f7f (patch)
tree18a51d727418428953331ed980e85f5e10030a01 /src/jbig.h
parent70e1e7ea97e6bb7ac9714f75fcc860fd97f34a45 (diff)
downloadmelon-a18de8f2ef4be4a92b2e08161ce4b8f164ad4f7f.tar.gz
melon-a18de8f2ef4be4a92b2e08161ce4b8f164ad4f7f.tar.zst
Rename JBIG decoder.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'src/jbig.h')
-rw-r--r--src/jbig.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/jbig.h b/src/jbig.h
deleted file mode 100644
index 1919f3e..0000000
--- a/src/jbig.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Copyright (c) 2022, yzrh <yzrh@noema.org>
- *
- * SPDX-License-Identifier: Apache-2.0
- */
-
-int strdec_jbig(char **bitmap, int width, int height,
- const char * restrict jbig, int jbig_size);