mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
mux: remove unused LIST_ID
The 'LIST' fourcc is not a well known value in the context of webp. Change-Id: I6a571f5f3acd6463cf3cad7c5d5ffa89d0597fb6
This commit is contained in:
@ -84,7 +84,7 @@ typedef enum {
|
||||
UNKNOWN_ID,
|
||||
|
||||
NIL_ID,
|
||||
LIST_ID
|
||||
LAST_TAG_ID
|
||||
} TAG_ID;
|
||||
|
||||
// Maximum chunk payload (data) size such that adding the header and padding
|
||||
@ -103,7 +103,7 @@ typedef struct {
|
||||
uint32_t chunkSize;
|
||||
} ChunkInfo;
|
||||
|
||||
extern const ChunkInfo kChunks[LIST_ID + 1];
|
||||
extern const ChunkInfo kChunks[LAST_TAG_ID];
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Helper functions.
|
||||
|
Reference in New Issue
Block a user