fix some more uint32_t -> size_t typing

Change-Id: Ibbe85ff4a700b17126a65e9ca5a3fa8cbf00b8a6
This commit is contained in:
James Zern
2012-04-12 13:06:54 -07:00
parent 217ec7f4d0
commit 90ead710dc
3 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ void WebPResetDecParams(WebPDecParams* const params);
// Structure storing a description of the RIFF headers.
typedef struct {
const uint8_t* data; // input buffer
uint32_t data_size; // input buffer size
size_t data_size; // input buffer size
size_t offset; // offset to main data chunk (VP8 or VP8L)
const uint8_t* alpha_data; // points to alpha chunk (if present)
uint32_t alpha_data_size; // alpha chunk size