Commit 80ff5c2f authored by kostya's avatar kostya

Register TIFF tags for CCITT Group 3 and 4 compression options

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16264 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b9d031f4
......@@ -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