summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/src/webp/encode.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-26 09:59:43 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-26 09:59:43 +0100
commit8f045f413e935ef9e7fdcef55c52343686a0f1aa (patch)
tree273230a3c167830828106002137e33a981c5a04d /src/3rdparty/libwebp/src/webp/encode.h
parent0870e670665a702665948723bb7b1eb61a9572a8 (diff)
parentcd2de115c6216ad747cf4803e65a4ce4af220795 (diff)
Merge remote-tracking branch 'origin/5.8.0' into 5.8
Diffstat (limited to 'src/3rdparty/libwebp/src/webp/encode.h')
-rw-r--r--src/3rdparty/libwebp/src/webp/encode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libwebp/src/webp/encode.h b/src/3rdparty/libwebp/src/webp/encode.h
index c382ea7..9291b71 100644
--- a/src/3rdparty/libwebp/src/webp/encode.h
+++ b/src/3rdparty/libwebp/src/webp/encode.h
@@ -134,8 +134,8 @@ struct WebPConfig {
int thread_level; // If non-zero, try and use multi-threaded encoding.
int low_memory; // If set, reduce memory usage (but increase CPU use).
- int near_lossless; // Near lossless encoding [0 = off(default) .. 100].
- // This feature is experimental.
+ int near_lossless; // Near lossless encoding [0 = max loss .. 100 = off
+ // (default)].
int exact; // if non-zero, preserve the exact RGB values under
// transparent area. Otherwise, discard this invisible
// RGB information for better compression. The default