typo: no_fancy -> no_fancy_upsampling

Change-Id: Ia0cb8c4a5b586861fb89253f59555e555a3a44db
This commit is contained in:
skal 2012-10-09 15:14:24 +02:00
parent 1a27f2f808
commit 9f469b57a9

View File

@ -355,7 +355,7 @@ WEBP_EXTERN(const WebPDecBuffer*) WebPIDecodedArea(
CHECK(WebPGetFeatures(data, data_size, &config.input) == VP8_STATUS_OK);
// C) Adjust 'config', if needed
config.no_fancy = 1;
config.no_fancy_upsampling = 1;
config.output.colorspace = MODE_BGRA;
// etc.