mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-14 21:09:55 +02:00
Disallow re-use of same transformation.
Limit the overall number of transformations to 4 and disallow any duplicate transform for decoding an image. Change-Id: Ic4b0ecd553db96702e117fd073617237d95e45c0
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define NUM_TRANSFORMS 8
|
||||
#define NUM_TRANSFORMS 4
|
||||
#define HUFFMAN_CODES_PER_META_CODE 5
|
||||
#define ARGB_BLACK 0xff000000
|
||||
#define NUM_LITERAL_CODES 256
|
||||
|
Reference in New Issue
Block a user