mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
Introduce CHUNK_SIZE_BYTES in muxi.h.
Plus a style fix. Change-Id: Id94df6c91a96598cb022c813e0981f542aebe982
This commit is contained in:
@ -87,6 +87,7 @@ typedef enum {
|
||||
// Maximum chunk payload (data) size such that adding the header and padding
|
||||
// won't overflow an uint32.
|
||||
#define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)
|
||||
#define CHUNK_SIZE_BYTES 4
|
||||
|
||||
#define NIL_TAG 0x00000000u // To signal void chunk.
|
||||
|
||||
|
Reference in New Issue
Block a user