diff options
author | Martin Vignali | 2017-09-23 21:50:54 +0200 |
---|---|---|
committer | Michael Niedermayer | 2017-09-24 21:54:13 +0200 |
commit | cab71e4e4e51c8cee4fdd90af35498796797615c (patch) | |
tree | b3c290a368825e3f71c95bf448c554ac2886cae0 /libavcodec/hap.h | |
parent | 45c15b7490cfb1106ce3153e77f04988b74a9ca1 (diff) |
libavcodec/hapdec : add support HapAlphaOnly
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hap.h')
-rw-r--r-- | libavcodec/hap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hap.h b/libavcodec/hap.h index f39e621805..0ee65335d9 100644 --- a/libavcodec/hap.h +++ b/libavcodec/hap.h @@ -34,6 +34,7 @@ enum HapTextureFormat { HAP_FMT_RGBDXT1 = 0x0B, HAP_FMT_RGBADXT5 = 0x0E, HAP_FMT_YCOCGDXT5 = 0x0F, + HAP_FMT_RGTC1 = 0x01, }; enum HapCompressor { |