summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-09-24 16:47:59 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-09-26 18:47:26 +0800
commitb70ce7de2b8ed37f7bd4fa01bb95b45a79c502e7 (patch)
treedfb8465476c14d0b4538425b6b49429d52913394 /include
parent81b4cd572a176ad56c2f9c3d12121f61a52e5a35 (diff)
downloadmupdf-b70ce7de2b8ed37f7bd4fa01bb95b45a79c502e7.tar.xz
tiff: Add support for thunder decoding.
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/filter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/filter.h b/include/mupdf/fitz/filter.h
index 5192540e..58dc3e21 100644
--- a/include/mupdf/fitz/filter.h
+++ b/include/mupdf/fitz/filter.h
@@ -34,5 +34,6 @@ void fz_drop_jbig2_globals_imp(fz_context *ctx, fz_storable *globals);
fz_stream *fz_open_sgilog16(fz_context *ctx, fz_stream *chain, int w);
fz_stream *fz_open_sgilog24(fz_context *ctx, fz_stream *chain, int w);
fz_stream *fz_open_sgilog32(fz_context *ctx, fz_stream *chain, int w);
+fz_stream *fz_open_thunder(fz_context *ctx, fz_stream *chain, int w);
#endif