mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
typo: no_fancy -> no_fancy_upsampling
Change-Id: Ia0cb8c4a5b586861fb89253f59555e555a3a44db
This commit is contained in:
parent
1a27f2f808
commit
9f469b57a9
@ -355,7 +355,7 @@ WEBP_EXTERN(const WebPDecBuffer*) WebPIDecodedArea(
|
|||||||
CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
|
CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
|
||||||
|
|
||||||
// C) Adjust 'config', if needed
|
// C) Adjust 'config', if needed
|
||||||
config.no_fancy = 1;
|
config.no_fancy_upsampling = 1;
|
||||||
config.output.colorspace = MODE_BGRA;
|
config.output.colorspace = MODE_BGRA;
|
||||||
// etc.
|
// etc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user