Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 11e9f1629d..3f692afa00 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -95,7 +95,8 @@ enum TiffCompr {
TIFF_NEWJPEG,
TIFF_ADOBE_DEFLATE,
TIFF_PACKBITS = 0x8005,
- TIFF_DEFLATE = 0x80B2
+ TIFF_DEFLATE = 0x80B2,
+ TIFF_LZMA = 0x886D,
};
enum TiffGeoTagKey {