mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 13:48:21 +01:00
Fixed header file tag (WEBP_UTILS_HUFFMAN_ENCODE_H_)
Change-Id: I7ccd00361b1b0347639b05ee494e8e701c95cfe3
This commit is contained in:
parent
bc7037465d
commit
fcba7be2d3
@ -9,8 +9,8 @@
|
||||
//
|
||||
// Flate like entropy encoding (Huffman) for webp lossless
|
||||
|
||||
#ifndef WEBP_UTILS_ENTROPY_ENCODE_H_
|
||||
#define WEBP_UTILS_ENTROPY_ENCODE_H_
|
||||
#ifndef WEBP_UTILS_HUFFMAN_ENCODE_H_
|
||||
#define WEBP_UTILS_HUFFMAN_ENCODE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -49,4 +49,4 @@ void ConvertBitDepthsToSymbols(const uint8_t* depth, int len, uint16_t* bits);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // WEBP_UTILS_ENTROPY_ENCODE_H_
|
||||
#endif // WEBP_UTILS_HUFFMAN_ENCODE_H_
|
||||
|
Loading…
Reference in New Issue
Block a user