Commit 60fed98e authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/pngdec: fix last_row_size type

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7b47d7f7
......@@ -60,7 +60,7 @@ typedef struct PNGDecContext {
uint32_t palette[256];
uint8_t *crow_buf;
uint8_t *last_row;
int last_row_size;
unsigned int last_row_size;
uint8_t *tmp_row;
unsigned int tmp_row_size;
uint8_t *buffer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment