mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-27 15:12:54 +01:00
webp/decode.h,cosmetics: normalize 'flip' comment
have it match the other boolean options with 'if true...' Change-Id: I5a3e7c17b35a21fc5146ecaf10e226486a2dc740
This commit is contained in:
parent
411d3677ca
commit
17fd4ba820
@ -453,7 +453,7 @@ struct WebPDecoderOptions {
|
||||
int scaled_width, scaled_height; // final resolution
|
||||
int use_threads; // if true, use multi-threaded decoding
|
||||
int dithering_strength; // dithering strength (0=Off, 100=full)
|
||||
int flip; // flip output vertically
|
||||
int flip; // if true, flip output vertically
|
||||
int alpha_dithering_strength; // alpha dithering strength in [0..100]
|
||||
|
||||
uint32_t pad[5]; // padding for later use
|
||||
|
Loading…
x
Reference in New Issue
Block a user