mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
libavcodec/hapdec : add support HapAlphaOnly
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
45c15b7490
commit
cab71e4e4e
@@ -34,6 +34,7 @@ enum HapTextureFormat {
|
||||
HAP_FMT_RGBDXT1 = 0x0B,
|
||||
HAP_FMT_RGBADXT5 = 0x0E,
|
||||
HAP_FMT_YCOCGDXT5 = 0x0F,
|
||||
HAP_FMT_RGTC1 = 0x01,
|
||||
};
|
||||
|
||||
enum HapCompressor {
|
||||
|
||||
Reference in New Issue
Block a user