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 7f0c9520672a388bb3e6ca5c6935b2f57df1ef56..d0e0adf9a083c8ff5876ac9952a37ff9318bd4d4 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 */