Update README.md

This commit is contained in:
Matteo Paonessa 2024-02-15 18:16:24 +01:00 committed by GitHub
parent e193e132a3
commit 9ee4b5b2b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,