diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-08-31 11:15:07 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2012-08-31 11:15:07 +0200 |
commit | f3683349aecf3be4c9c875186a812c0cde8ecf41 (patch) | |
tree | 0220db5840f880401a6863c18e8ee3cb0ada66ed /libavcodec/tiff.h | |
parent | 5eb532a9303079fb9a88f25708ea2ebda2ee9446 (diff) | |
download | ffmpeg-f3683349aecf3be4c9c875186a812c0cde8ecf41.tar.gz |
Write TIFF Tag ExtraSamples when encoding pix_fmts that contain transparency information.
Diffstat (limited to 'libavcodec/tiff.h')
-rw-r--r-- | libavcodec/tiff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h index 0abeb8c096..6d760f0bd2 100644 --- a/libavcodec/tiff.h +++ b/libavcodec/tiff.h @@ -69,6 +69,7 @@ enum TiffTags{ TIFF_TILE_LENGTH = 0x143, TIFF_TILE_OFFSETS = 0x144, TIFF_TILE_BYTE_COUNTS = 0x145, + TIFF_EXTRASAMPLES = 0x152, TIFF_YCBCR_COEFFICIENTS = 0x211, TIFF_YCBCR_SUBSAMPLING = 0x212, TIFF_YCBCR_POSITIONING = 0x213, |