palette (if we memcpy it into AVFrame) must be uint32_t
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Sep 2006 23:49:09 +0000 (23:49 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 30 Sep 2006 23:49:09 +0000 (23:49 +0000)
Originally committed as revision 6399 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vqavideo.c

index 7f0c952..d0e0adf 100644 (file)
@@ -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 */