mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-06 08:56:48 +02:00
Merge "cosmetics"
This commit is contained in:
commit
1261a4c888
@ -45,7 +45,7 @@ typedef enum {
|
|||||||
RED = 1,
|
RED = 1,
|
||||||
BLUE = 2,
|
BLUE = 2,
|
||||||
ALPHA = 3,
|
ALPHA = 3,
|
||||||
DIST = 4,
|
DIST = 4
|
||||||
} HuffIndex;
|
} HuffIndex;
|
||||||
|
|
||||||
static const uint16_t kAlphabetSize[HUFFMAN_CODES_PER_META_CODE] = {
|
static const uint16_t kAlphabetSize[HUFFMAN_CODES_PER_META_CODE] = {
|
||||||
|
@ -188,7 +188,7 @@ typedef enum {
|
|||||||
// WebPInitDecBuffer(&buffer);
|
// WebPInitDecBuffer(&buffer);
|
||||||
// buffer.colorspace = mode;
|
// buffer.colorspace = mode;
|
||||||
// ...
|
// ...
|
||||||
// WebPIDecoder* const idec = WebPINew(&buffer);
|
// WebPIDecoder* const idec = WebPINewDecoder(&buffer);
|
||||||
// while (has_more_data) {
|
// while (has_more_data) {
|
||||||
// // ... (get additional data)
|
// // ... (get additional data)
|
||||||
// status = WebPIAppend(idec, new_data, new_data_size);
|
// status = WebPIAppend(idec, new_data, new_data_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user