summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r--libavcodec/tiff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index 8a3f7f75eb..68ac695937 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -71,7 +71,8 @@ enum TiffCompr {
TIFF_NEWJPEG,
TIFF_ADOBE_DEFLATE,
TIFF_PACKBITS = 0x8005,
- TIFF_DEFLATE = 0x80B2
+ TIFF_DEFLATE = 0x80B2,
+ TIFF_LZMA = 0x886D,
};
enum TiffTypes {