Update README.md
This commit is contained in:
parent
e193e132a3
commit
9ee4b5b2b4
|
@ -167,7 +167,7 @@ The C options struct is slightly different from the Rust one:
|
||||||
```Rust
|
```Rust
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
pub struct CCSParameters {
|
pub struct CCSParameters {
|
||||||
pub keep_metadata: bool,
|
pub keep_metadata: bool,
|
||||||
pub jpeg_quality: u32,
|
pub jpeg_quality: u32,
|
||||||
pub jpeg_chroma_subsampling: u32,
|
pub jpeg_chroma_subsampling: u32,
|
||||||
pub png_quality: u32,
|
pub png_quality: u32,
|
||||||
|
|
Loading…
Reference in New Issue