mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
palette (if we memcpy it into AVFrame) must be uint32_t
Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc0ba5a58f
commit
3129f3bd0f
@ -107,7 +107,7 @@ typedef struct VqaContext {
|
||||
unsigned char *buf;
|
||||
int size;
|
||||
|
||||
unsigned int palette[PALETTE_COUNT];
|
||||
uint32_t palette[PALETTE_COUNT];
|
||||
|
||||
int width; /* width of a frame */
|
||||
int height; /* height of a frame */
|
||||
|
Loading…
Reference in New Issue
Block a user