Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit f701598

Browse files
committed
Fix description of Hap Q Alpha component
Fixes #33 where AE didn't permit Colour + Alpha encoding.
1 parent a6b6e60 commit f701598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/HapYCoCgAComponent.r

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737

3838
// These flags specify the possible format of compressed data produced by the component
3939
// and the format of compressed files that the component can handle during decompression
40-
// The component can decompress from files at 24-bit depth
41-
#define kHapYCoCgAFormatFlags ( codecInfoDepth24 )
40+
// The component can decompress from files at 24 and 32-bit depths
41+
#define kHapYCoCgAFormatFlags ( codecInfoDepth32 )
4242

4343
#define kHapYCoCgANameResID 556
4444

0 commit comments

Comments
 (0)