From 4a2f51de34f71c063b8281009cf0f1305d10351a Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 22 Dec 2008 06:36:10 +0000 Subject: Register TIFF tags for CCITT Group 3 and 4 compression options Originally committed as revision 16264 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tiff.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/tiff.h') diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 1c515927a5..dfabe291db 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -46,6 +46,8 @@ enum TiffTags{ TIFF_PLANAR = 0x11C, TIFF_XPOS = 0x11E, TIFF_YPOS = 0x11F, + TIFF_T4OPTIONS = 0x124, + TIFF_T6OPTIONS, TIFF_RES_UNIT = 0x128, TIFF_SOFTWARE_NAME = 0x131, TIFF_PREDICTOR = 0x13D, -- cgit v1.2.3