internal/warpc: Make webp C defaults match the Go defaults

To avoid confusion.
This commit is contained in:
Bjørn Erik Pedersen
2026-01-27 18:31:45 +01:00
parent 00c4228f61
commit 7eafef2269
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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)
{
Binary file not shown.