aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-03-24 12:12:27 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-24 19:32:30 +0000
commit464c51a0353c71f08fe45f683d6a97a638d47833 (patch)
tree99e4f2c13e00e39d242aa9bf3e6fecaf316d1c20 /include
parent1a971f8cc3513766f3497ed73e613217b860935d (diff)
downloadlibyuv-464c51a0353c71f08fe45f683d6a97a638d47833.tar.gz
AArch32 YUVTORGB_SETUP use load and dup to avoid modifying pointer
- Allows code to be optimized with clang 17 -flto-thin - Bump version number to 1864 to allow detection of fix - Apply clang format to standardize formatting; No impact on code generated Bug: chromium:1424089 Change-Id: Ib745836b27915a5e4cb1d7d928ee52659360612b Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4370052 Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Justin Green <greenjustin@google.com>
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 e3905b46..56c41fe5 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 1863
+#define LIBYUV_VERSION 1864
#endif // INCLUDE_LIBYUV_VERSION_H_