Update libcaesium.h
This commit is contained in:
parent
1b1711ac70
commit
3c29511fad
|
@ -25,7 +25,7 @@ typedef struct CCSResult {
|
||||||
} CCSResult;
|
} CCSResult;
|
||||||
|
|
||||||
typedef struct CCSParameters {
|
typedef struct CCSParameters {
|
||||||
bool keep_matedata;
|
bool keep_metadata;
|
||||||
uint32_t jpeg_quality;
|
uint32_t jpeg_quality;
|
||||||
uint32_t jpeg_chroma_subsampling; // support 444, 422, 420, 411
|
uint32_t jpeg_chroma_subsampling; // support 444, 422, 420, 411
|
||||||
bool jpeg_progressive;
|
bool jpeg_progressive;
|
||||||
|
|
Loading…
Reference in New Issue