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