Update libcaesium.h

This commit is contained in:
Matteo Paonessa 2024-12-10 20:33:31 +01:00 committed by GitHub
parent 1b1711ac70
commit 3c29511fad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ typedef struct CCSResult {
} CCSResult;
typedef struct CCSParameters {
bool keep_matedata;
bool keep_metadata;
uint32_t jpeg_quality;
uint32_t jpeg_chroma_subsampling; // support 444, 422, 420, 411
bool jpeg_progressive;