Commit ca8f56ec authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3ad42f88
......@@ -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