Commit 4a2f51de authored by Kostya Shishkov's avatar Kostya Shishkov

Register TIFF tags for CCITT Group 3 and 4 compression options

Originally committed as revision 16264 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bef05f05
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment