mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 12:28:26 +01:00
Merge "Limit the maximum size of huffman Image to 16MB."
This commit is contained in:
commit
4b79fa5923
@ -27,7 +27,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define PALETTE_KEY_RIGHT_SHIFT 22 // Key for 1K buffer.
|
#define PALETTE_KEY_RIGHT_SHIFT 22 // Key for 1K buffer.
|
||||||
#define MAX_HUFF_IMAGE_SIZE (32 * 1024 * 1024)
|
#define MAX_HUFF_IMAGE_SIZE (16 * 1024 * 1024)
|
||||||
#define MIN_HISTO_BITS 2
|
#define MIN_HISTO_BITS 2
|
||||||
#define MAX_HISTO_BITS 9
|
#define MAX_HISTO_BITS 9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user