diff --git a/internal/warpc/genwebp/webp.c b/internal/warpc/genwebp/webp.c index ad9d32a28..5e04e8a75 100644 --- a/internal/warpc/genwebp/webp.c +++ b/internal/warpc/genwebp/webp.c @@ -416,7 +416,7 @@ InputMessage parse_input_message(const char *line) msg.data.options.method = (int)json_object_get_number(options_object, "method"); if (msg.data.options.method < 0 || msg.data.options.method > 6) { - msg.data.options.method = 2; // default + msg.data.options.method = 4; // default } if (msg.data.options.quality < 0 || msg.data.options.quality > 100) { diff --git a/internal/warpc/wasm/webp.wasm b/internal/warpc/wasm/webp.wasm index a464f0d13..3a485a075 100755 Binary files a/internal/warpc/wasm/webp.wasm and b/internal/warpc/wasm/webp.wasm differ