summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libwebp/src/dec/vp8i_dec.h
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2018-11-18 22:00:52 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-19 12:34:21 +0000
commit0c8d172cf34f442a1318388f751d7e0f652d7072 (patch)
tree30b1cf27cf648934d6a1e2975b3c809d55477625 /src/3rdparty/libwebp/src/dec/vp8i_dec.h
parent2f61f401187d55bb0304591f27792a63a38db00e (diff)
Update bundled libwebp to version 1.0.1
[ChangeLog][Third-Party Code] Update bundled libwebp to version 1.0.1 Change-Id: Ieccb9f7c0023e6f6591b6093eead9f6940be3210 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'src/3rdparty/libwebp/src/dec/vp8i_dec.h')
-rw-r--r--src/3rdparty/libwebp/src/dec/vp8i_dec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libwebp/src/dec/vp8i_dec.h b/src/3rdparty/libwebp/src/dec/vp8i_dec.h
index c929933..e5e89df 100644
--- a/src/3rdparty/libwebp/src/dec/vp8i_dec.h
+++ b/src/3rdparty/libwebp/src/dec/vp8i_dec.h
@@ -32,7 +32,7 @@ extern "C" {
// version numbers
#define DEC_MAJ_VERSION 1
#define DEC_MIN_VERSION 0
-#define DEC_REV_VERSION 0
+#define DEC_REV_VERSION 1
// YUV-cache parameters. Cache is 32-bytes wide (= one cacheline).
// Constraints are: We need to store one 16x16 block of luma samples (y),
@@ -316,4 +316,4 @@ const uint8_t* VP8DecompressAlphaRows(VP8Decoder* const dec,
} // extern "C"
#endif
-#endif /* WEBP_DEC_VP8I_DEC_H_ */
+#endif // WEBP_DEC_VP8I_DEC_H_