Merge "cosmetics"

This commit is contained in:
James Zern 2012-05-07 17:54:43 -07:00 committed by Gerrit Code Review
commit 1261a4c888
4 changed files with 4 additions and 4 deletions

View File

@ -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] = {

View File

@ -188,7 +188,7 @@ typedef enum {
// WebPInitDecBuffer(&buffer);
// buffer.colorspace = mode;
// ...
// WebPIDecoder* const idec = WebPINew(&buffer);
// WebPIDecoder* const idec = WebPINewDecoder(&buffer);
// while (has_more_data) {
// // ... (get additional data)
// status = WebPIAppend(idec, new_data, new_data_size);