From a58e96be0e6f01721c5a3c26c42d08d6247dd682 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Thu, 24 Sep 2009 18:30:28 +0000 Subject: Support both LSB and MSB orders for TIFF CCITT G.x compressed data. This fixes issue 1410. Originally committed as revision 20016 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tiff.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/tiff.h') diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index e53c6e85f3..17c65b921c 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -37,6 +37,7 @@ enum TiffTags{ TIFF_BPP, TIFF_COMPR, TIFF_INVERT = 0x106, + TIFF_FILL_ORDER = 0x10A, TIFF_STRIP_OFFS = 0x111, TIFF_SAMPLES_PER_PIXEL = 0x115, TIFF_ROWSPERSTRIP = 0x116, -- cgit v1.2.3