[FFmpeg-cvslog] r16264 - trunk/libavcodec/tiff.h
kostya
subversion
Mon Dec 22 07:36:10 CET 2008
Author: kostya
Date: Mon Dec 22 07:36:10 2008
New Revision: 16264
Log:
Register TIFF tags for CCITT Group 3 and 4 compression options
Modified:
trunk/libavcodec/tiff.h
Modified: trunk/libavcodec/tiff.h
==============================================================================
--- trunk/libavcodec/tiff.h (original)
+++ trunk/libavcodec/tiff.h Mon Dec 22 07:36:10 2008
@@ -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,
More information about the ffmpeg-cvslog
mailing list