summaryrefslogtreecommitdiff
path: root/thirdparty/libwebp/src/dec/vp8i_dec.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-12-10 14:58:13 +0100
committerGitHub <noreply@github.com>2018-12-10 14:58:13 +0100
commitfa024537a39c24bf9fb2e24063acee0daf63dfc1 (patch)
tree759ef4154a16f572b0782516d641fbb993ff9400 /thirdparty/libwebp/src/dec/vp8i_dec.h
parentca06e656bec5129cc0fc45f83b310976adb752e3 (diff)
parentd4133ac8440321f2ae2e26fb317871bd847b35eb (diff)
Merge pull request #24258 from volzhs/libwebp-1.0.1
Update libwebp to 1.0.1
Diffstat (limited to 'thirdparty/libwebp/src/dec/vp8i_dec.h')
-rw-r--r--thirdparty/libwebp/src/dec/vp8i_dec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libwebp/src/dec/vp8i_dec.h b/thirdparty/libwebp/src/dec/vp8i_dec.h
index c929933e1c..e5e89df57d 100644
--- a/thirdparty/libwebp/src/dec/vp8i_dec.h
+++ b/thirdparty/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_