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

@ -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