You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/pngdec: fix last_row_size type
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -60,7 +60,7 @@ typedef struct PNGDecContext {
|
|||||||
uint32_t palette[256];
|
uint32_t palette[256];
|
||||||
uint8_t *crow_buf;
|
uint8_t *crow_buf;
|
||||||
uint8_t *last_row;
|
uint8_t *last_row;
|
||||||
int last_row_size;
|
unsigned int last_row_size;
|
||||||
uint8_t *tmp_row;
|
uint8_t *tmp_row;
|
||||||
unsigned int tmp_row_size;
|
unsigned int tmp_row_size;
|
||||||
uint8_t *buffer;
|
uint8_t *buffer;
|
||||||
|
Reference in New Issue
Block a user