changeset 3799:81638b2fbeba libavcodec

palette (if we memcpy it into AVFrame) must be uint32_t
author michael
date Sat, 30 Sep 2006 23:49:09 +0000
parents 6e7b9a44800c
children 9b75ab171fa9
files vqavideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */