# HG changeset patch # User michael # Date 1159660149 0 # Node ID 81638b2fbeba8e4cd4bb3793eb1e4ce06493ea0a # Parent 6e7b9a44800ccd551db1f99b935e1148da782752 palette (if we memcpy it into AVFrame) must be uint32_t diff -r 6e7b9a44800c -r 81638b2fbeba vqavideo.c --- a/vqavideo.c Sat Sep 30 18:47:15 2006 +0000 +++ b/vqavideo.c Sat Sep 30 23:49:09 2006 +0000 @@ -107,7 +107,7 @@ 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 */