mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
cosmetics
vp8.[hc]:fix '*' placement in pointer types vp8l.c: remove trailing ',' from enum decode.h: fix stray WebPINew() Change-Id: Id6749a14a12ed0a090649f28ef4267fda45a37a8
This commit is contained in:
@ -45,7 +45,7 @@ typedef enum {
|
||||
RED = 1,
|
||||
BLUE = 2,
|
||||
ALPHA = 3,
|
||||
DIST = 4,
|
||||
DIST = 4
|
||||
} HuffIndex;
|
||||
|
||||
static const uint16_t kAlphabetSize[HUFFMAN_CODES_PER_META_CODE] = {
|
||||
|
Reference in New Issue
Block a user