summaryrefslogtreecommitdiff
path: root/libavcodec/tiff.h
diff options
context:
space:
mode:
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 e53c6e85f3..17c65b921c 100644
--- a/libavcodec/tiff.h
+++ b/libavcodec/tiff.h
@@ -37,6 +37,7 @@ enum TiffTags{
TIFF_BPP,
TIFF_COMPR,
TIFF_INVERT = 0x106,
+ TIFF_FILL_ORDER = 0x10A,
TIFF_STRIP_OFFS = 0x111,
TIFF_SAMPLES_PER_PIXEL = 0x115,
TIFF_ROWSPERSTRIP = 0x116,