summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-30 01:16:14 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-30 01:16:14 +0000
commit39ebb88a7bed4d0963895debb80a7462530e4c91 (patch)
treed5f3f000462542c6bc9bb63710da9d1ce0a615b9 /fitz/fitz.h
parentd797d4707564bd9c0e1536d1d6355945aa1be740 (diff)
downloadmupdf-39ebb88a7bed4d0963895debb80a7462530e4c91.tar.xz
Treat JPXDecode images as a special case bypassing the regular filter logic.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 696a9017..1af70f6a 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -546,7 +546,6 @@ fz_stream * fz_openflated(fz_stream *chain);
fz_stream * fz_openlzwd(fz_stream *chain, fz_obj *param);
fz_stream * fz_openpredict(fz_stream *chain, fz_obj *param);
fz_stream * fz_openjbig2d(fz_stream *chain, fz_buffer *global);
-fz_stream * fz_openjpxd(fz_stream *chain);
/*
* Resources and other graphics related objects.