mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Merge "fix signature for DISABLE_TOKEN_BUFFER compilation"
This commit is contained in:
@ -283,8 +283,9 @@ size_t VP8EstimateTokenSize(VP8TBuffer* const b, const uint8_t* const probas) {
|
|||||||
|
|
||||||
#else // DISABLE_TOKEN_BUFFER
|
#else // DISABLE_TOKEN_BUFFER
|
||||||
|
|
||||||
void VP8TBufferInit(VP8TBuffer* const b) {
|
void VP8TBufferInit(VP8TBuffer* const b, int page_size) {
|
||||||
(void)b;
|
(void)b;
|
||||||
|
(void)page_size;
|
||||||
}
|
}
|
||||||
void VP8TBufferClear(VP8TBuffer* const b) {
|
void VP8TBufferClear(VP8TBuffer* const b) {
|
||||||
(void)b;
|
(void)b;
|
||||||
|
Reference in New Issue
Block a user