mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
fix some more uint32_t -> size_t typing
Change-Id: Ibbe85ff4a700b17126a65e9ca5a3fa8cbf00b8a6
This commit is contained in:
@ -294,8 +294,8 @@ int VP8SetError(VP8Decoder* const dec,
|
||||
// width and height. Returns 0 in case of formatting error. *width/*height
|
||||
// can be passed NULL.
|
||||
int VP8GetInfo(const uint8_t* data,
|
||||
uint32_t data_size, // data available so far
|
||||
uint32_t chunk_size, // total data size expect in the chunk
|
||||
size_t data_size, // data available so far
|
||||
size_t chunk_size, // total data size expect in the chunk
|
||||
int *width, int *height);
|
||||
|
||||
// in tree.c
|
||||
|
Reference in New Issue
Block a user