git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Register TIFF tags for CCITT Group 3 and 4 compression options
[ffmpeg.git]
/
libavcodec
/
tiff.h
diff --git
a/libavcodec/tiff.h
b/libavcodec/tiff.h
index
1c51592
..
dfabe29
100644
(file)
--- a/
libavcodec/tiff.h
+++ b/
libavcodec/tiff.h
@@
-46,6
+46,8
@@
enum TiffTags{
TIFF_PLANAR = 0x11C,
TIFF_XPOS = 0x11E,
TIFF_YPOS = 0x11F,
+ TIFF_T4OPTIONS = 0x124,
+ TIFF_T6OPTIONS,
TIFF_RES_UNIT = 0x128,
TIFF_SOFTWARE_NAME = 0x131,
TIFF_PREDICTOR = 0x13D,