diff tiff.h @ 10264:f9efc2bd005d libavcodec

Support both LSB and MSB orders for TIFF CCITT G.x compressed data. This fixes issue 1410.
author kostya
date Thu, 24 Sep 2009 18:30:28 +0000
parents e9d9d946f213
children 7dd2a45249a9
line wrap: on
line diff
--- a/tiff.h	Thu Sep 24 15:13:34 2009 +0000
+++ b/tiff.h	Thu Sep 24 18:30:28 2009 +0000
@@ -37,6 +37,7 @@
     TIFF_BPP,
     TIFF_COMPR,
     TIFF_INVERT = 0x106,
+    TIFF_FILL_ORDER = 0x10A,
     TIFF_STRIP_OFFS = 0x111,
     TIFF_SAMPLES_PER_PIXEL = 0x115,
     TIFF_ROWSPERSTRIP = 0x116,