GUAC-1425: Use proper enum constant for WebPConfigPreset().
This commit is contained in:
parent
7e78ac1eb9
commit
c7c4010306
@ -191,7 +191,7 @@ int guac_webp_write(guac_socket* socket, guac_stream* stream,
|
|||||||
|
|
||||||
/* Configure WebP compression bits */
|
/* Configure WebP compression bits */
|
||||||
WebPConfig config;
|
WebPConfig config;
|
||||||
if (!WebPConfigPreset(&config, WEBP_HINT_DEFAULT, quality))
|
if (!WebPConfigPreset(&config, WEBP_PRESET_DEFAULT, quality))
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* Add additional tuning */
|
/* Add additional tuning */
|
||||||
|
Loading…
Reference in New Issue
Block a user