]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/guetzli/butteraugli.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / guetzli / butteraugli.patch
1 diff --git a/guetzli/butteraugli_comparator.cc b/guetzli/butteraugli_comparator.cc
2 index 142c203..f4e710d 100644
3 --- a/guetzli/butteraugli_comparator.cc
4 +++ b/guetzli/butteraugli_comparator.cc
5 @@ -56,7 +56,7 @@ ButteraugliComparator::ButteraugliComparator(const int width, const int height,
6 height_(height),
7 target_distance_(target_distance),
8 rgb_orig_(*rgb),
9 - comparator_(LinearRgb(width_, height_, *rgb)),
10 + comparator_(LinearRgb(width_, height_, *rgb), 1.0f),
11 distance_(0.0),
12 stats_(stats) {}
13