mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
Some readability fixes for mux library
Add a #define for UNDEFINED_CHUNK_SIZE and remove a misleading comment. Change-Id: I5c56a12f1245e647f913c35c6a34d2e5d658415e
This commit is contained in:
@ -99,7 +99,7 @@ typedef struct {
|
||||
const char* chunkName;
|
||||
uint32_t chunkTag;
|
||||
TAG_ID chunkId;
|
||||
uint32_t chunkSize; // Negative value denotes that size is NOT fixed.
|
||||
uint32_t chunkSize;
|
||||
} ChunkInfo;
|
||||
|
||||
const ChunkInfo kChunks[LIST_ID + 1];
|
||||
|
Reference in New Issue
Block a user