summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-01-10 18:45:44 +0000
committerStefano Sabatini <stefasab@gmail.com>2012-01-11 11:15:05 +0100
commit98dfdfdd8e5e94d7a2cdf9ac0b4ef8c622afe4e9 (patch)
tree80904934190da32e34664442d7016e1601567fb6 /libavcodec/tiff.h
parentc3ff0713ef7c27da02226efa61f4dd9015ebf22d (diff)
downloadffmpeg-98dfdfdd8e5e94d7a2cdf9ac0b4ef8c622afe4e9.tar.gz
tiffdec: notify user that tile support is missing
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r--libavcodec/tiff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index d5fad42771..42cfb18861 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -56,6 +56,10 @@ enum TiffTags{
TIFF_SOFTWARE_NAME = 0x131,
TIFF_PREDICTOR = 0x13D,
TIFF_PAL = 0x140,
+ TIFF_TILE_WIDTH = 0x142,
+ TIFF_TILE_LENGTH = 0x143,
+ TIFF_TILE_OFFSETS = 0x144,
+ TIFF_TILE_BYTE_COUNTS = 0x145,
TIFF_YCBCR_COEFFICIENTS = 0x211,
TIFF_YCBCR_SUBSAMPLING = 0x212,
TIFF_YCBCR_POSITIONING = 0x213,