mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Register TIFF tags for CCITT Group 3 and 4 compression options
Originally committed as revision 16264 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bef05f05e4
commit
4a2f51de34
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user