mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Fix few nits (const qualifiers)
Change-Id: I527e82af49956b695ab18625d34e143854067421
This commit is contained in:
@ -37,7 +37,7 @@ typedef struct {
|
||||
|
||||
uint32_t* argb_; // Transformed argb image data.
|
||||
uint32_t* transform_data_; // Scratch memory for transform data.
|
||||
int width_; // Packed image width.
|
||||
int current_width_; // Corresponds to packed image width.
|
||||
|
||||
// Encoding parameters derived from quality parameter.
|
||||
int use_lz77_;
|
||||
|
Reference in New Issue
Block a user