aboutsummaryrefslogtreecommitdiff
path: root/files/util/psnr.cc
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2019-07-01 16:31:02 -0700
committerChong Zhang <chz@google.com>2019-07-01 17:26:16 -0700
commit211e09de645270d087fec038afaadb8343e45f03 (patch)
tree9e8f433f6be822b0955c52d702888844d3caf8c8 /files/util/psnr.cc
parentab123ac62c872f89e20f10c96e651ead21414ffc (diff)
downloadlibyuv-211e09de645270d087fec038afaadb8343e45f03.tar.gz
libyuv roll to r1732 to pick up security fixes
bug: 135532289 Change-Id: Ibf05a0e54c7bc882788194862cdd94fccfba5ebf
Diffstat (limited to 'files/util/psnr.cc')
-rw-r--r--files/util/psnr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/util/psnr.cc b/files/util/psnr.cc
index f54015ba..c7bee7f9 100644
--- a/files/util/psnr.cc
+++ b/files/util/psnr.cc
@@ -189,7 +189,7 @@ static uint32_t SumSquareError_SSE2(const uint8_t* src_a,
,
"xmm0", "xmm1", "xmm2", "xmm3", "xmm5"
#endif
- ); // NOLINT
+ ); // NOLINT
return sse;
}
#endif // LIBYUV_DISABLE_X86 etc