diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-03 15:16:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 15:16:57 +0100 |
commit | 6acbd5f77449dacbbe4989c99e63fbf67e6e29ea (patch) | |
tree | 10b17e69bda4a3e9080578c595f8e3e691788d1c /thirdparty/libwebp/src/utils/huffman_encode_utils.c | |
parent | c4f38813b4e9d14f59fc43f66f24307962eb4fc1 (diff) | |
parent | 339dcd80aed70d025b98f943e2a57767701a84f1 (diff) | |
download | redot-engine-6acbd5f77449dacbbe4989c99e63fbf67e6e29ea.tar.gz |
Merge pull request #57102 from akien-mga/libwebp-1.2.2
Diffstat (limited to 'thirdparty/libwebp/src/utils/huffman_encode_utils.c')
-rw-r--r-- | thirdparty/libwebp/src/utils/huffman_encode_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebp/src/utils/huffman_encode_utils.c b/thirdparty/libwebp/src/utils/huffman_encode_utils.c index fd7a47d8f7..585db91951 100644 --- a/thirdparty/libwebp/src/utils/huffman_encode_utils.c +++ b/thirdparty/libwebp/src/utils/huffman_encode_utils.c @@ -161,7 +161,7 @@ static void SetBitDepths(const HuffmanTree* const tree, // especially when population counts are longer than 2**tree_limit, but // we are not planning to use this with extremely long blocks. // -// See http://en.wikipedia.org/wiki/Huffman_coding +// See https://en.wikipedia.org/wiki/Huffman_coding static void GenerateOptimalTree(const uint32_t* const histogram, int histogram_size, HuffmanTree* tree, int tree_depth_limit, |