Update WebP & WebP2 to latest upstream

Includes renaming "speed" to "effort" in WebP2.
This commit is contained in:
Ingvar Stepanyan
2020-12-01 14:26:36 +00:00
committed by Ingvar Stepanyan
parent 618a4d777b
commit 869d3f7732
13 changed files with 29 additions and 29 deletions

View File

@@ -21,7 +21,7 @@ export const extension = 'wp2';
export const defaultOptions: EncodeOptions = {
quality: 75,
alpha_quality: 75,
speed: 5,
effort: 5,
pass: 1,
sns: 50,
uv_mode: UVMode.UVModeAuto,