From 39ebb88a7bed4d0963895debb80a7462530e4c91 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 30 Jul 2010 01:16:14 +0000 Subject: Treat JPXDecode images as a special case bypassing the regular filter logic. --- fitz/fitz.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fitz/fitz.h') 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. -- cgit v1.2.3