Commit 3129f3bd authored by Michael Niedermayer's avatar Michael Niedermayer

palette (if we memcpy it into AVFrame) must be uint32_t

Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cc0ba5a5
......@@ -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 */
......
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