changeset 8425:b8d72c9851c7 libavcodec

Register TIFF tags for CCITT Group 3 and 4 compression options
author kostya
date Mon, 22 Dec 2008 06:36:10 +0000
parents 3597fc56c227
children 898722eb4fd2
files tiff.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tiff.h	Mon Dec 22 00:10:36 2008 +0000
+++ b/tiff.h	Mon Dec 22 06:36:10 2008 +0000
@@ -46,6 +46,8 @@
     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,