diff options
author | Robin Watts <robin.watts@artifex.com> | 2013-03-28 13:08:59 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-03-29 14:55:21 +0000 |
commit | a6c4711303a45a7068e6f30ea3e9651b4b7e5a7b (patch) | |
tree | 5383b48d0a7c2006f698f71131d0a291a3b9ee9c /pdf/mupdf-internal.h | |
parent | da1bb2862188bad205f3cbbba1fed0ab133234ab (diff) | |
download | mupdf-a6c4711303a45a7068e6f30ea3e9651b4b7e5a7b.tar.xz |
Move bpc into fz_image
Diffstat (limited to 'pdf/mupdf-internal.h')
-rw-r--r-- | pdf/mupdf-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/mupdf-internal.h b/pdf/mupdf-internal.h index 69f60583..9dbbd714 100644 --- a/pdf/mupdf-internal.h +++ b/pdf/mupdf-internal.h @@ -18,7 +18,7 @@ struct pdf_image_s { fz_image base; fz_pixmap *tile; - int n, bpc; + int n; fz_compressed_buffer *buffer; int colorkey[FZ_MAX_COLORS * 2]; float decode[FZ_MAX_COLORS * 2]; |