aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-03-15 23:32:20 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-16 06:57:20 +0000
commit3f219a3501e555ffef7aeaa90abbaf90a90d2258 (patch)
treed66d3b0dc4a757fd016ebed0c030d637624ac922 /include
parent76468711d5c8302431a900499ff73d34fdfc146b (diff)
downloadlibyuv-3f219a3501e555ffef7aeaa90abbaf90a90d2258.tar.gz
GCC warning fix for MT2T
- Fix redundent assignment compile warning in GCC - Apply clang-format - Bump version to 1863 Bug: libyuv:955 Change-Id: If2b6588cd5a7f068a1745fe7763e90caa7277101 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4344729 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/libyuv/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libyuv/version.h b/include/libyuv/version.h
index cc1e66e7..e3905b46 100644
--- a/include/libyuv/version.h
+++ b/include/libyuv/version.h
@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_
#define INCLUDE_LIBYUV_VERSION_H_
-#define LIBYUV_VERSION 1862
+#define LIBYUV_VERSION 1863
#endif // INCLUDE_LIBYUV_VERSION_H_