aboutsummaryrefslogtreecommitdiff
path: root/source/planar_functions.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2023-05-11 03:35:29 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-11 11:27:28 +0000
commit6a68b18a9680ddb16b1397118675c146c6afbd65 (patch)
treee9f81262dc900f12b0312486b70956544e39fbc4 /source/planar_functions.cc
parent59eae49f17c345aa4949271dea2bb088130793af (diff)
downloadlibyuv-6a68b18a9680ddb16b1397118675c146c6afbd65.tar.gz
Bump version and apply clang format
Bug: libyuv:956 Change-Id: I2375a02583789af2a5f13f8dba6c663d5975aaa9 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4522352 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'source/planar_functions.cc')
-rw-r--r--source/planar_functions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/planar_functions.cc b/source/planar_functions.cc
index 72ede82b..32424fb9 100644
--- a/source/planar_functions.cc
+++ b/source/planar_functions.cc
@@ -4711,7 +4711,7 @@ static int ARGBSobelize(const uint8_t* src_argb,
#endif
#if defined(HAS_ARGBTOYJROW_RVV)
if (TestCpuFlag(kCpuHasRVV)) {
- ARGBToYJRow = ARGBToYJRow_RVV;
+ ARGBToYJRow = ARGBToYJRow_RVV;
}
#endif