mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
Merge "fix signature for DISABLE_TOKEN_BUFFER compilation"
This commit is contained in:
commit
e50650c77f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user