mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
Merge "fix windows build"
This commit is contained in:
commit
f604c9a4a2
@ -337,8 +337,8 @@ typedef struct {
|
|||||||
VP8Tokens** last_page_; // last page
|
VP8Tokens** last_page_; // last page
|
||||||
uint16_t* tokens_; // set to (*last_page_)->tokens_
|
uint16_t* tokens_; // set to (*last_page_)->tokens_
|
||||||
int left_; // how many free tokens left before the page is full.
|
int left_; // how many free tokens left before the page is full.
|
||||||
int error_; // true in case of malloc error
|
|
||||||
#endif
|
#endif
|
||||||
|
int error_; // true in case of malloc error
|
||||||
} VP8TBuffer;
|
} VP8TBuffer;
|
||||||
|
|
||||||
void VP8TBufferInit(VP8TBuffer* const b); // initialize an empty buffer
|
void VP8TBufferInit(VP8TBuffer* const b); // initialize an empty buffer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user