summaryrefslogtreecommitdiff
path: root/libtiff/tiffio.h
diff options
context:
space:
mode:
authorJoris Van Damme <joris.at.lebbeke@skynet.be>2007-08-10 10:19:55 +0000
committerJoris Van Damme <joris.at.lebbeke@skynet.be>2007-08-10 10:19:55 +0000
commit3c78b558ae223e1c4ea74944b4c44033f478589a (patch)
tree7b5f79a070ab8640cb3c14f81c2c63b3ff0eddf6 /libtiff/tiffio.h
parent208553465406ad92f4839977f2728025ed3992ae (diff)
downloadlibtiff-git-3c78b558ae223e1c4ea74944b4c44033f478589a.tar.gz
tif_getimage.c: removed SubsamplingHor/Ver from TIFFRGBAImage structure to revert unwanted ABI change
Diffstat (limited to 'libtiff/tiffio.h')
-rw-r--r--libtiff/tiffio.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libtiff/tiffio.h b/libtiff/tiffio.h
index f9b028ff..b20d885d 100644
--- a/libtiff/tiffio.h
+++ b/libtiff/tiffio.h
@@ -1,4 +1,4 @@
-/* $Id: tiffio.h,v 1.78 2007-07-12 13:59:34 dron Exp $ */
+/* $Id: tiffio.h,v 1.79 2007-08-10 10:19:57 joris Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
@@ -201,8 +201,6 @@ struct _TIFFRGBAImage {
int alpha; /* type of alpha data present */
uint32 width; /* image width */
uint32 height; /* image height */
- uint16 SubsamplingHor; /* subsampling factors */
- uint16 SubsamplingVer;
uint16 bitspersample; /* image bits/sample */
uint16 samplesperpixel; /* image samples/pixel */
uint16 orientation; /* image orientation */