aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/tiff.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-09-23 17:30:55 +0200
committerPaul B Mahol <onemda@gmail.com>2022-09-23 20:28:31 +0200
commitec8be8a913d64af210afee27cbedfafcbcbd05c9 (patch)
tree2e7a913965ac8c93928e5560dca96f050e523fff /libavcodec/tiff.h
parent6c233910640e0616db2f2ed0b39a6c20f6208add (diff)
downloadffmpeg-ec8be8a913d64af210afee27cbedfafcbcbd05c9.tar.gz
avcodec/tiff: improve lut handling for DNG
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r--libavcodec/tiff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
index c07a5d4fa9..9d2ab90f52 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -66,6 +66,7 @@ enum TiffTags {
TIFF_PAGE_NAME = 0x11D,
TIFF_XPOS = 0x11E,
TIFF_YPOS = 0x11F,
+ TIFF_GRAY_RESPONSE_CURVE= 0x123,
TIFF_T4OPTIONS = 0x124,
TIFF_T6OPTIONS,
TIFF_RES_UNIT = 0x128,